Enum DockTabAlignmentStyle
Specifies the Alignment style of the dock tab.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum DockTabAlignmentStyle
Fields
Name | Description |
---|---|
Bottom | The Tab is aligned to the Bottom. |
Left | The Tab is aligned to the Left. |
Right | The Tab is aligned to the Right. |
Top | The Tab is aligned to the Top. |