TabBarPlacement

TabBarPlacement is a enum class that determines the placement of the TabBar.

Entries

Link copied to clipboard

The TabBar is shown at top of the window container.

Link copied to clipboard

The TabBar is shown at left of the window container.

Link copied to clipboard

The TabBar is shown at right of the window container.

Properties

Link copied to clipboard
val entries: EnumEntries<TabBarPlacement>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun valueOf(value: String): TabBarPlacement

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<TabBarPlacement>

Returns an array containing the constants of this enum type, in the order they're declared.