New to Telerik UI for .NET MAUIStart a free 30-day trial

.NET MAUI SegmentedControl Visual Structure

Updated on May 13, 2026

The visual structure of the .NET MAUI SegmentedControl represents the anatomy of the UI control. Being familiar with the visual elements of the SegmentedControl allows you to quickly find the information required to configure them.

The following image shows the anatomy of the SegmentedControl.

.NET MAUI SegmentedControl Visual Structure

Displayed Elements

  • Segment—Represents a single item in the SegmentedControl. Each segment is rendered by a RadSegmentedControlItemView and can be styled through the ItemViewStyle or the ItemViewStyleSelector properties of the control.
  • Selected Segment—Represents the visual indicator that highlights the currently selected segment. It can be styled through the SelectionIndicatorStyle property.
  • Disabled Segment—Represents a segment whose interactions are disabled through the SetSegmentEnabled method.

See Also

In this article
Displayed ElementsSee Also
Not finding the help you need?
Contact Support