Namespace Syncfusion.Maui.Toolkit.SegmentedControl
Classes
SegmentTextStyle
Gets or sets properties which allows to customize the segment item text style of the SfSegmentedControl. |
SelectionChangedEventArgs
Provides data for the event when the selection is changed in the segmented control. |
SelectionIndicatorPlacement
Describes the possible values for the position of the selection strip in SfSegmentedControl View. The selection indicator is used to indicate the selected index in the SfSegmentedControl View. |
SelectionIndicatorSettings
Provides a set of properties to customize the selection indicator in the SfSegmentedControl. The selection indicator is a strip used to indicate the selected index in the SfSegmentedControl View. |
SfSegmentedControl
The SfSegmentedControl that allows you to display a set of segments, typically used for switch among different views. Each segment in the control represents an item that the user can select. The control can be populated with a collection of SfSegmentItem objects and a collection of strings. The SfSegmentedControl provides various customization options such as segment height, width, selection indicator settings, text and icon styles, and more. It supports setting the currently selected segment using the SelectedIndex property and provides an option to enable auto-scrolling when the selected index changes. You can also customize the appearance of individual segments using the SegmentTemplate. |
SfSegmentedControlStyles
Represents a class which is used to styles. |
SfSegmentedResources
A localization resource accessor that returns the localized string based on culture for the SfSegmentedResources. |
SfSegmentItem
Represents an individual item used in a segmented control. |