Enum TabItemKind
Specifies the kind of a TabItem with respect to a reference tab. The selected tab of a TabControl is automatically the reference tab. If a tab row has no selected tab, the last tab is used as reference.
Namespace: PresentationTheme.AeroLite.Win10
Assembly: PresentationTheme.AeroLite.Win10.dll
Syntax
public enum TabItemKind
Fields
Name | Description |
---|---|
Leading | The tab is leading the reference tab. |
Reference | The tab is the reference tab. |
Trailing | The tab is trailing the reference tab. |