Namespace Syncfusion.Maui.Buttons
Classes
CheckedChangedEventArgs
This class serves as an event data for CheckedChangedEventArgs event. |
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. |
SfButton
Represents the SfButton class. |
SfButtonStyles
Initializing SfButtonStyles class |
SfCheckBox
SfCheckBox for used to create checkbox with the tick mark, and colors. |
SfCheckBoxStyles
Initializing SfCheckBoxStyles class |
SfRadioButton
Represents the SfRadioButton class. SfRadioButton is a selection control that allows users to select an option from a set of options. |
SfRadioButtonStyles
Initializing SfRadioButtonStyles class |
SfRadioGroup
Represents the RadioGroup control. |
SfRadioGroupKey
Represents the SfRadioGroupKey class. It is a key that allows users to group two or more RadioButtons. |
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. |
SfSegmentItem
Represents an individual item used in a segmented control. |
SfSwitch
Represents the SfSwitch class. |
SfSwitchStyles
SfSwitchStyles class. |
StateChangedEventArgs
Provides information about stateChanges. |
StateChangingEventArgs
StateChangingEventArgs contains data for the event raised when changing the state. |
SwitchSettings
Represents the switch settings class |
SwitchStateChangedEventArgs
Represents switch state changed event arguments. |
SwitchStateChangingEventArgs
Represents switch state changing event arguments. |
ToggleButton
Represents the ToggleButton class. |