Class DockAbility
Specifies available regions, when docking to a document or dock window.
Inheritance
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class DockAbility : Enum
Fields
All
The dragged window can be docked or documented at any side of the container.
Declaration
public const DockAbility All
Field Value
Type |
---|
DockAbility |
Bottom
Dock to bottom side of a target dock window or document window
Declaration
public const DockAbility Bottom
Field Value
Type |
---|
DockAbility |
DockAll
Dock to any region of dock child
Declaration
public const DockAbility DockAll
Field Value
Type |
---|
DockAbility |
DockBottom
Dock to bottom side of a target dock window
Declaration
public const DockAbility DockBottom
Field Value
Type |
---|
DockAbility |
DockLeft
Dock to left side of a target dock window.
Declaration
public const DockAbility DockLeft
Field Value
Type |
---|
DockAbility |
DockRight
Dock to right side of a target dock window.
Declaration
public const DockAbility DockRight
Field Value
Type |
---|
DockAbility |
DockTabbed
Add as addional tabitem of dock child
Declaration
public const DockAbility DockTabbed
Field Value
Type |
---|
DockAbility |
DockTop
Dock to top side of a target dock window
Declaration
public const DockAbility DockTop
Field Value
Type |
---|
DockAbility |
DocumentAll
Dock to any region of dock child and document child
Declaration
public const DockAbility DocumentAll
Field Value
Type |
---|
DockAbility |
DocumentBottom
Dock to bottom side of document window
Declaration
public const DockAbility DocumentBottom
Field Value
Type |
---|
DockAbility |
DocumentLeft
Dock to left side of document window.
Declaration
public const DockAbility DocumentLeft
Field Value
Type |
---|
DockAbility |
DocumentRight
Dock to right side of document window.
Declaration
public const DockAbility DocumentRight
Field Value
Type |
---|
DockAbility |
DocumentTabbed
Add as addional tabitem of dock child or document child
Declaration
public const DockAbility DocumentTabbed
Field Value
Type |
---|
DockAbility |
DocumentTop
Dock to top side of document window
Declaration
public const DockAbility DocumentTop
Field Value
Type |
---|
DockAbility |
Horizontal
Left and right side of dock and document child
Declaration
public const DockAbility Horizontal
Field Value
Type |
---|
DockAbility |
Left
Dock to left side of a target dock window or document window.
Declaration
public const DockAbility Left
Field Value
Type |
---|
DockAbility |
None
Cannot dock to any region.
Declaration
public const DockAbility None
Field Value
Type |
---|
DockAbility |
Right
Dock to right side of a target dock window or document window.
Declaration
public const DockAbility Right
Field Value
Type |
---|
DockAbility |
Tabbed
Add as addional tabitem of dock child or document child
Declaration
public const DockAbility Tabbed
Field Value
Type |
---|
DockAbility |
Top
Dock to top side of a target dock window or document window
Declaration
public const DockAbility Top
Field Value
Type |
---|
DockAbility |
Vertical
Top and bottom side of dock and document child
Declaration
public const DockAbility Vertical
Field Value
Type |
---|
DockAbility |