Enum
SegmentedControlSizeMode

Specifies how a RadSegmentedControlItemView sizes itself within the RadSegmentedControlContent layout.

Definition

Namespace:Telerik.Maui.Controls.SegmentedControl

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum SegmentedControlSizeMode

Fields

Auto

The item sizes itself to its desired (content-driven) width.

Declaration

cs-api-definition
Auto = 1

Field Value

SegmentedControlSizeMode

Fixed

The item uses its , optionally clamped by and when those are explicitly set.

Declaration

cs-api-definition
Fixed = 2

Field Value

SegmentedControlSizeMode

Star

The item takes an equal share of the remaining width after Fixed and Auto items are sized.

Declaration

cs-api-definition
Star = 0

Field Value

SegmentedControlSizeMode

In this article
DefinitionFieldsAutoFixedStar
Not finding the help you need?
Contact Support