Class TabVerticalAlignment
Specifies the preferred vertical alignment of the tabs when the tabs are aligned to the left or right of the control.
Inheritance
System.Object
TabVerticalAlignment
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class TabVerticalAlignment : Enum
Fields
Bottom
Tabs are aligned to the bottom of the control regardless of the RightToLeft property value.
Declaration
public const TabVerticalAlignment Bottom
Field Value
| Type |
|---|
| TabVerticalAlignment |
Default
Tabs are rendered based on the Control's RightToLeft property setting.
Declaration
public const TabVerticalAlignment Default
Field Value
| Type |
|---|
| TabVerticalAlignment |
Top
Tabs are aligned to the top of the control regardless of the RightToLeft property value.
Declaration
public const TabVerticalAlignment Top
Field Value
| Type |
|---|
| TabVerticalAlignment |