Class DockSide
Specifies whether the control is docked to it's container in Left, Top, Right,Bottom, Tabbed, or none.
Inheritance
System.Object
DockSide
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class DockSide : Enum
Fields
Bottom
Control is docked to the bottom side of it's container.
Declaration
public const DockSide Bottom
Field Value
Type |
---|
DockSide |
Left
Control is docked to the left side of it's container.
Declaration
public const DockSide Left
Field Value
Type |
---|
DockSide |
None
Control is not docked.
Declaration
public const DockSide None
Field Value
Type |
---|
DockSide |
Right
Control is docked to the top side of it's container.
Declaration
public const DockSide Right
Field Value
Type |
---|
DockSide |
Tabbed
Control is docked as a tab page of it's container.
Declaration
public const DockSide Tabbed
Field Value
Type |
---|
DockSide |
Top
Control is docked to the right side of it's container.
Declaration
public const DockSide Top
Field Value
Type |
---|
DockSide |