Specifies the layout mode of the SegmentedControl component.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum SegmentedControlLayoutMode
Fields
Items are sized based on content.
C#
Compact = 0
Items stretch to fill the available horizontal space.
C#
Stretch = 1