DockItem.DockTreePosition Property

DevZest WPF Docking

DockItemDockTreePosition Property
Gets the dock tree position of this DockItem.

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: NullableDockTreePosition
The dock tree position of this DockItem.
See Also