Class DockTabAlignmentStyle
Specifies the Alignment style of the dock tab.
Inheritance
System.Object
DockTabAlignmentStyle
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class DockTabAlignmentStyle : Enum
Fields
Bottom
The Tab is aligned to the Bottom.
Declaration
public const DockTabAlignmentStyle Bottom
Field Value
| Type |
|---|
| DockTabAlignmentStyle |
Left
The Tab is aligned to the Left.
Declaration
public const DockTabAlignmentStyle Left
Field Value
| Type |
|---|
| DockTabAlignmentStyle |
Right
The Tab is aligned to the Right.
Declaration
public const DockTabAlignmentStyle Right
Field Value
| Type |
|---|
| DockTabAlignmentStyle |
Top
The Tab is aligned to the Top.
Declaration
public const DockTabAlignmentStyle Top
Field Value
| Type |
|---|
| DockTabAlignmentStyle |