Enum TabVerticalAlignment
Specifies the preferred vertical alignment of the tabs when the tabs are aligned to the left or right of the control.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum TabVerticalAlignment
Fields
| Name | Description |
|---|---|
| Bottom | Tabs are aligned to the bottom of the control regardless of the RightToLeft property value. |
| Default | Tabs are rendered based on the Control's RightToLeft property setting. |
| Top | Tabs are aligned to the top of the control regardless of the RightToLeft property value. |