Enum OuterDockAbility
Specifies whether the OuterDockAbility of the Docking window is Left, None, Right, Horizontal, Top, Bottom, Vertical and All.
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public enum OuterDockAbility
Fields
| Name | Description |
|---|---|
| All | Sets the DockAbility to All |
| Bottom | Sets the DockAbility to Bottom |
| Horizontal | Sets the DockAbility to Horizontal |
| Left | Sets the DockAbility to Left |
| None | Sets the DockAbility to None |
| Right | Sets the DockAbility to Right |
| Top | Sets the DockAbility to Top |
| Vertical | Sets the DockAbility to Vertical |