Skip to content

TabPosition

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Specifies the position of tabs in a TabPanel.

csharp
public enum TabPosition

Fields

Auto

Auto-detect based on position in parent VStack. First child = Top, Last child = Bottom, otherwise Top.

Returns: TabPosition

csharp
Auto = 0

Bottom

Tabs are positioned at the bottom of the panel.

Returns: TabPosition

csharp
Bottom = 2

Top

Tabs are positioned at the top of the panel.

Returns: TabPosition

csharp
Top = 1

Released under the MIT License.