ShowAsSidePaneAction.Size Property

DevZest WPF Docking

ShowAsSidePaneActionSize Property
Gets or sets the size of to be created DockPane or target DockPaneNode, depending on the value of IsSizeForTarget.

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

Property Value

Type: SplitterDistance
The size of to be created DockPane or target DockPaneNode, depending on the value of IsSizeForTarget.
See Also