|
|
|
|
TabAlignStyle Enumeration |
Defines identifiers to specify the text and graphic alignment of a tab.
Syntax TabAlignStyle Enumeration (Softelvdm.SftTabsNET)
VB |
Public Enum TabAlignStyle |
C# |
public enum TabAlignStyle |
C++ |
public enum class TabAlignStyle |
Member |
Value |
Description |
LeftGraph | 0 | The graphic is displayed to the left of the tab text. Text and graphic are horizontally and vertically centered within the tab. |
RightGraph | 1 | The graphic is displayed to the right of the tab text. Text and graphic are horizontally and vertically centered within the tab. |
TopGraph | 2 | The graphic is displayed above the tab text. Text and graphic are horizontally and vertically centered within the tab. |
BottomGraph | 3 | The graphic is displayed below the tab text. Text and graphic are horizontally and vertically centered within the tab. |
Left | 4 | The graphic is displayed to the left of the tab text. Text and graphic are displayed left adjusted and vertically centered within the tab. |
Right | 5 | The graphic is displayed to the right of the tab text. Text and graphic are displayed right adjusted and vertically centered within the tab. |
Comments
The TabAlignStyle enumeration defines identifiers to specify the text and graphic alignment of a tab.
The obsolete TabClass.Align property uses this enumeration.