DevZest WPF Docking
DockTreePosition Property |
Gets the position of the DockTree. This is a dependency property.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public DockTreePosition Position { get; }
Public ReadOnly Property Position As DockTreePosition Get
Property Value
Type: DockTreePositionThe position of the DockTree.
See Also