Enum DockLabelAlignmentStyle
Specifies the Alignment style of the dock label.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum DockLabelAlignmentStyle
Fields
Name | Description |
---|---|
Center | The Caption text is aligned to the Center. |
Default | The Caption text is aligned to the Left by default. |
Left | The Caption text is aligned to the Left. |
Right | The Caption text is aligned to the Right. |