DevZest WPF Docking
WindowControl Properties |
The WindowControl type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActualLeft |
Gets the actual left position of this WindowControl.
|
|
ActualTop |
Gets the actual top position of this WindowControl.
|
|
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.
|
|
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.
|
See Also