Enum SelectionIndicatorPosition
Describes the possible values for the position of selection strip in SfSegmentedControl View, selection indicator is to indicate the selected index in the SfSegmentedControl View.
Namespace: Syncfusion.XForms.WPF.Buttons
Assembly: Syncfusion.Buttons.XForms.WPF.dll
Syntax
public enum SelectionIndicatorPosition
Fields
Name | Description |
---|---|
Border | Specifies the border to cover the outer region of the selected item in SfSegmentedControl View. |
Bottom | Specifies the bottom location for the selection indicator in SfSegmentedControl View. |
Fill | Specifies the fill region for the selection indicator in SfSegmentedControl View. |
Top | Specifies the top location for the selection indicator in SfSegmentedControl View. |