DockTreeZOrder.Default Property

DevZest WPF Docking

DockTreeZOrderDefault Property
Gets the default value for the DockTreeZOrder.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static DockTreeZOrder Default { get; }
Public Shared ReadOnly Property Default As DockTreeZOrder
	Get

Property Value

Type: DockTreeZOrder
The default value for the DockTreeZOrder, which is "Left, Right, Top, Bottom".
See Also