Class SelectionIndicatorPosition
Describes the possible values for the position of selection strip in SfSegmentedControl, selection indicator is to indicate the selected index in the SfSegmentedControl.
Inheritance
System.Object
SelectionIndicatorPosition
Namespace: Syncfusion.XForms.Buttons
Assembly: Syncfusion.Buttons.XForms.dll
Syntax
public sealed class SelectionIndicatorPosition : Enum
Fields
Border
Specifies the border to cover the outer region of the selected item in SfSegmentedControl View.
Declaration
public const SelectionIndicatorPosition Border
Field Value
Type |
---|
SelectionIndicatorPosition |
Remarks
Selection color of SfSegmentItem should be varied with the strip color when set this value. />
Bottom
Specifies the bottom location for the selection indicator in SfSegmentedControl.
Declaration
public const SelectionIndicatorPosition Bottom
Field Value
Type |
---|
SelectionIndicatorPosition |
Fill
Specifies the fill region for the selection indicator in SfSegmentedControl.
Declaration
public const SelectionIndicatorPosition Fill
Field Value
Type |
---|
SelectionIndicatorPosition |
Remarks
Selection color of SfSegmentItem should be varied with the strip color when set this value. />
Top
Specifies the top location for the selection indicator in SfSegmentedControl.
Declaration
public const SelectionIndicatorPosition Top
Field Value
Type |
---|
SelectionIndicatorPosition |