WindowControl Properties

DevZest WPF Docking

WindowControl Properties

The WindowControl type exposes the following members.

Properties
  Name Description
Public property ActualLeft
Gets the actual left position of this WindowControl.
Public property ActualTop
Gets the actual top position of this WindowControl.
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.
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.
Top
See Also