ShowAsSidePaneAction.Side Property

DevZest WPF Docking

ShowAsSidePaneActionSide Property
Gets or sets a value indicates the source DockItem shows on which side of target DockPaneNode.

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

Property Value

Type: Dock
The side of target DockPaneNode.
See Also