Class DockLabelAlignmentStyle
Specifies the Alignment style of the dock label.
Inheritance
System.Object
DockLabelAlignmentStyle
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class DockLabelAlignmentStyle : Enum
Fields
Center
The Caption text is aligned to the Center.
Declaration
public const DockLabelAlignmentStyle Center
Field Value
| Type |
|---|
| DockLabelAlignmentStyle |
Default
The Caption text is aligned to the Left by default.
Declaration
public const DockLabelAlignmentStyle Default
Field Value
| Type |
|---|
| DockLabelAlignmentStyle |
Left
The Caption text is aligned to the Left.
Declaration
public const DockLabelAlignmentStyle Left
Field Value
| Type |
|---|
| DockLabelAlignmentStyle |
Right
The Caption text is aligned to the Right.
Declaration
public const DockLabelAlignmentStyle Right
Field Value
| Type |
|---|
| DockLabelAlignmentStyle |