DevZest WPF Docking
DockItemDockPosition Property |
Gets the dock position of this DockItem. 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 DockPosition DockPosition { get; }
Public ReadOnly Property DockPosition As DockPosition Get
Property Value
Type: DockPositionThe dock position of this DockItem.
See Also