Class SelectionIndicatorSettings
Provides set of properties to be customized for selection indicator in SfSegmentedControl, selection indicator is strip which is to indicate the selected index in the SfSegmentedControl View.
Inheritance
System.Object
SelectionIndicatorSettings
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.Android.Buttons
Assembly: Syncfusion.Buttons.Android.dll
Syntax
public class SelectionIndicatorSettings : Object, INotifyPropertyChanged
Constructors
SelectionIndicatorSettings()
Declaration
public SelectionIndicatorSettings()
Properties
Color
Gets or sets the value for the color of selection indicator.
Declaration
public Color Color { get; set; }
Property Value
| Type |
|---|
| Android.Graphics.Color |
CornerRadius
Gets or sets the corner radius value for the border of selection indicator.
Declaration
public double CornerRadius { get; set; }
Property Value
| Type |
|---|
| System.Double |
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
Dispose(Boolean)
Dispose virtual method.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing | bool value. |
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
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
|---|
| System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged