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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XForms.WPF.Buttons
Assembly: Syncfusion.Buttons.XForms.WPF.dll
Syntax
public class SelectionIndicatorSettings : INotifyPropertyChanged
Constructors
SelectionIndicatorSettings()
Declaration
public SelectionIndicatorSettings()
Properties
Color
Gets or sets the value for the color of selection indicator.
Declaration
public SolidColorBrush Color { get; set; }
Property Value
Type |
---|
System.Windows.Media.SolidColorBrush |
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
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