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