Skip to content

TabBarRenderMode

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Defines the rendering mode for a tab bar.

csharp
public enum TabBarRenderMode

Fields

Compact

Compact rendering mode with just the tab row.

Returns: TabBarRenderMode

csharp
Compact = 1

Full

Full rendering mode with visual separators above and below the tabs. This is the default mode.

Returns: TabBarRenderMode

csharp
Full = 0

Released under the MIT License.