SegmentedControlTextItemSize

Deprecated

Size names has been updated to match other components. Use `SegmentedControlSize.Text` instead.

Replace with

SegmentedControlSize.Text

The size of the segmented control items using text labels. There are three sizes available: Small, Medium, and Large. Medium is the default size.

Note: The Small variant is not allowed with the SegmentedControlItem.Icon, it will default to Medium sizing.

Entries

Link copied to clipboard

A small segmented control. 24.dp height.

Link copied to clipboard

A medium segmented control. 32.dp height. This is the default size.

Link copied to clipboard

A large segmented control. 40.dp height.

Properties

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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

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