Share via


TabPosition Enum

Definition

Enumerates tab positions on a tabbed page on the GTK platform.

public enum class TabPosition
public enum TabPosition
type TabPosition = 
Public Enum TabPosition
Inheritance
TabPosition

Fields

Bottom 2

Indicates that the tabs are placed at the bottom of the tabbed page.

Default 0

Indicates that the default tab location is used.

Top 1

Indicates that the tabs are placed at the top of the navigation page.

Applies to