ShowAsSidePaneAction.IsSizeForTarget Property

DevZest WPF Docking

ShowAsSidePaneActionIsSizeForTarget Property
Gets or sets the value indicates whether Size is for to be created DockPane or target DockPaneNode.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
[DefaultValueAttribute(false)]
public bool IsSizeForTarget { get; set; }
<DefaultValueAttribute(false)>
Public Property IsSizeForTarget As Boolean
	Get
	Set

Property Value

Type: Boolean
if Size is for target DockPaneNode, otherwise, . The default value is .
See Also