Class SFRangeNavigatorThumbStyle
Inheritance
System.Object
SFRangeNavigatorThumbStyle
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFRangeNavigatorThumbStyle : Object, INotifyPropertyChanged
Constructors
SFRangeNavigatorThumbStyle()
Declaration
public SFRangeNavigatorThumbStyle()
Properties
BackgroundColor
Declaration
public UIColor BackgroundColor { get; set; }
Property Value
BorderColor
Declaration
public UIColor BorderColor { get; set; }
Property Value
BorderWidth
Declaration
public float BorderWidth { get; set; }
Property Value
Height
Declaration
public float Height { get; set; }
Property Value
LineColor
Declaration
public UIColor LineColor { get; set; }
Property Value
LineDashes
Declaration
public NSArray LineDashes { get; set; }
Property Value
LineWidth
Declaration
public float LineWidth { get; set; }
Property Value
Shape
Declaration
public SFRangeNavigatorThumbShape Shape { get; set; }
Property Value
Width
Declaration
public float Width { get; set; }
Property Value
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged