Specifies how a RadSegmentedControlItemView sizes itself within the RadSegmentedControlContent layout.
Definition
Namespace:Telerik.Maui.Controls.SegmentedControl
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum SegmentedControlSizeMode
Fields
The item sizes itself to its desired (content-driven) width.
C#
Auto = 1
The item uses its , optionally clamped by and when those are explicitly set.
C#
Fixed = 2