Class 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.
Inheritance
System.Object
SelectionIndicatorPlacement
Namespace: Syncfusion.Maui.Buttons
Assembly: Syncfusion.Maui.Buttons.dll
Syntax
public sealed class SelectionIndicatorPlacement : Enum
Fields
Border
Specifies the border to cover the outer region of the selected item in SfSegmentedControl View.
Declaration
public const SelectionIndicatorPlacement Border
Field Value
Type |
---|
SelectionIndicatorPlacement |
BottomBorder
Specifies the bottom location for the selection indicator in SfSegmentedControl View.
Declaration
public const SelectionIndicatorPlacement BottomBorder
Field Value
Type |
---|
SelectionIndicatorPlacement |
Fill
Specifies the fill region for the selection indicator in SfSegmentedControl View.
Declaration
public const SelectionIndicatorPlacement Fill
Field Value
Type |
---|
SelectionIndicatorPlacement |
TopBorder
Specifies the top location for the selection indicator in SfSegmentedControl View.
Declaration
public const SelectionIndicatorPlacement TopBorder
Field Value
Type |
---|
SelectionIndicatorPlacement |