DockTreeSplit.Position Property

DevZest WPF Docking

DockTreeSplitPosition Property
Gets the position of the DockTreeSplit. This is a dependency property.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public Dock Position { get; }
Public ReadOnly Property Position As Dock
	Get

Property Value

Type: Dock
The position of the DockTreeSplit.
See Also