Class SelectionIndicatorSettings
Provides set of properties to be customized for selection indicator in SfTabView, selection indicator is strip which is to indicate the selected index in the SfTabView control.
Inheritance
Implements
Namespace: Syncfusion.Android.TabView
Assembly: Syncfusion.SfTabView.Android.dll
Syntax
public class SelectionIndicatorSettings : Object, INotifyPropertyChanged
Constructors
SelectionIndicatorSettings()
Initializes a new instance of the SelectionIndicatorSettings class.
Declaration
public SelectionIndicatorSettings()
SelectionIndicatorSettings(Context)
Initializes a new instance of the SelectionIndicatorSettings class with context to set the accent color.
Declaration
public SelectionIndicatorSettings(Context context)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | context type. |
Properties
AnimationDuration
Gets or sets the value for the Animation duration property.
Declaration
public int AnimationDuration { get; set; }
Property Value
Type |
---|
System.Int32 |
Color
Gets or sets the value for the color of selection indicator.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
Position
Gets or sets the value for the position of selection indicator.
Declaration
public SelectionIndicatorPosition Position { get; set; }
Property Value
Type |
---|
SelectionIndicatorPosition |
StrokeThickness
Gets or sets the value for the thickness of selection indicator.
Declaration
public double StrokeThickness { get; set; }
Property Value
Type |
---|
System.Double |
Methods
RaiseOnPropertyChanged(String)
This method is called by the Set accessor of each property. The CallerMemberName attribute that is applied to the optional propertyName parameter causes the property name of the caller to be substituted as an argument.
Declaration
protected virtual void RaiseOnPropertyChanged(string propertyName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | String type. |
Events
PropertyChanged
The property changed event.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |