TabBarRenderMode
Namespace: Hex1b.Widgets
Assembly: Hex1b.dll
Defines the rendering mode for a tab bar.
csharp
public enum TabBarRenderModeFields
Compact
Compact rendering mode with just the tab row.
Returns: TabBarRenderMode
csharp
Compact = 1Full
Full rendering mode with visual separators above and below the tabs. This is the default mode.
Returns: TabBarRenderMode
csharp
Full = 0