Class OuterDockAbility
Specifies whether the OuterDockAbility of the Docking window is Left, None, Right, Horizontal, Top, Bottom, Vertical and All.
Inheritance
System.Object
OuterDockAbility
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class OuterDockAbility : Enum
Fields
All
Sets the DockAbility to All
Declaration
public const OuterDockAbility All
Field Value
Type |
---|
OuterDockAbility |
Bottom
Sets the DockAbility to Bottom
Declaration
public const OuterDockAbility Bottom
Field Value
Type |
---|
OuterDockAbility |
Horizontal
Sets the DockAbility to Horizontal
Declaration
public const OuterDockAbility Horizontal
Field Value
Type |
---|
OuterDockAbility |
Left
Sets the DockAbility to Left
Declaration
public const OuterDockAbility Left
Field Value
Type |
---|
OuterDockAbility |
None
Sets the DockAbility to None
Declaration
public const OuterDockAbility None
Field Value
Type |
---|
OuterDockAbility |
Right
Sets the DockAbility to Right
Declaration
public const OuterDockAbility Right
Field Value
Type |
---|
OuterDockAbility |
Top
Sets the DockAbility to Top
Declaration
public const OuterDockAbility Top
Field Value
Type |
---|
OuterDockAbility |
Vertical
Sets the DockAbility to Vertical
Declaration
public const OuterDockAbility Vertical
Field Value
Type |
---|
OuterDockAbility |