DevZest WPF Docking
ShowAsSidePaneActionIsSizeForTarget Property |
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: Booleanif Size is for target DockPaneNode, otherwise, . The default value is .
See Also