Class SelectionIndicatorSettings
Provides set of properties to be customized for selection indicator in SelectionIndicatorSettings, selection indicator is strip which is to indicate the selected index in the SfTabView control.
Inheritance
Namespace: Syncfusion.XForms.TabView
Assembly: Syncfusion.SfTabView.XForms.dll
Syntax
public class SelectionIndicatorSettings : Element, IThemeElement
Constructors
SelectionIndicatorSettings()
Initializes a new instance of the SelectionIndicatorSettings class. SelectionIndicatorSettings class initializes a new instance of the SelectionIndicatorSettings class.
Declaration
public SelectionIndicatorSettings()
Fields
AnimationDurationProperty
Identifies the AnimationDuration bindable property Using a DependencyProperty as the backing store for AnimationDurationProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly BindableProperty AnimationDurationProperty
Field Value
| Type |
|---|
| Xamarin.Forms.BindableProperty |
ColorProperty
Identifies the Color bindable property. This property can be used to change the color of selection indicator.
Declaration
public static readonly BindableProperty ColorProperty
Field Value
| Type |
|---|
| Xamarin.Forms.BindableProperty |
PositionProperty
Identifies the Position bindable property. This property can be used to change the position of selection indicator.
Declaration
public static readonly BindableProperty PositionProperty
Field Value
| Type |
|---|
| Xamarin.Forms.BindableProperty |
StrokeThicknessProperty
Identifies the StrokeThickness bindable property. This property can be used to change the thickness of selection indicator.
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
| Type |
|---|
| Xamarin.Forms.BindableProperty |
Properties
AnimationDuration
Gets or sets a value indicating the SfTabView Selection indicator Animation Duration Property .
Declaration
public int AnimationDuration { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
Color
Gets or sets the value of the Color. This property can be used to change the color of selection indicator.
Declaration
public Color Color { get; set; }
Property Value
| Type |
|---|
| Xamarin.Forms.Color |
Position
Gets or sets the value of the SelectionIndicatorPosition. This property can be used to change the position of selection indicator.
Declaration
public SelectionIndicatorPosition Position { get; set; }
Property Value
| Type |
|---|
| SelectionIndicatorPosition |
StrokeThickness
Gets or sets the value of the StrokeThickness. This property can be used to change the thickness of selection indicator.
Declaration
public double StrokeThickness { get; set; }
Property Value
| Type |
|---|
| System.Double |