DevZest WPF Docking
WpfFloatingWindow Properties |
The WpfFloatingWindow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActualLeft | Gets the actual left position of this WindowControl. (Inherited from WindowControl.) |
|
ActualTop | Gets the actual top position of this WindowControl. (Inherited from WindowControl.) |
|
DoubleClickCommand |
Gets or sets the double click command being invoked. This is a dependency 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.) |
|
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.) |
See Also