WpfFloatingWindow Properties

DevZest WPF Docking

WpfFloatingWindow Properties

The WpfFloatingWindow type exposes the following members.

Properties
  Name Description
Public property ActualLeft
Gets the actual left position of this WindowControl.
(Inherited from WindowControl.)
Public property ActualTop
Gets the actual top position of this WindowControl.
(Inherited from WindowControl.)
Public property DoubleClickCommand
Gets or sets the double click command being invoked. This is a dependency property.
Public property Left
Gets or sets a value that represents the distance between the left side of WindowControl and the left side of its parent WindowPanel. This is a dependency property.
(Inherited from WindowControl.)
Public property Top
Gets or sets a value that represents the distance between the top side of WindowControl and the top side of its parent WindowPanel. This is a dependency property.
(Inherited from WindowControl.)
Top
See Also