TabPosition
Namespace: Hex1b.Widgets
Assembly: Hex1b.dll
Specifies the position of tabs in a TabPanel.
csharp
public enum TabPositionFields
Auto
Auto-detect based on position in parent VStack. First child = Top, Last child = Bottom, otherwise Top.
Returns: TabPosition
csharp
Auto = 0Bottom
Tabs are positioned at the bottom of the panel.
Returns: TabPosition
csharp
Bottom = 2Top
Tabs are positioned at the top of the panel.
Returns: TabPosition
csharp
Top = 1