DevZest WPF Docking
DockPaneNodeDockTreePosition Property |
Gets the dock tree position.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public Nullable<DockTreePosition> DockTreePosition { get; }
Public ReadOnly Property DockTreePosition As Nullable(Of DockTreePosition) Get
Property Value
Type: NullableDockTreePositionThe dock tree position.
See Also