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
Type |
Description |
UIKit.UIColor |
|
BorderColor
Declaration
public UIColor BorderColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
BorderWidth
Declaration
public float BorderWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
Height
Declaration
public float Height { get; set; }
Property Value
Type |
Description |
System.Single |
|
LineColor
Declaration
public UIColor LineColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
LineDashes
Declaration
public NSArray LineDashes { get; set; }
Property Value
Type |
Description |
Foundation.NSArray |
|
LineWidth
Declaration
public float LineWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
Shape
Declaration
public SFRangeNavigatorThumbShape Shape { get; set; }
Property Value
Width
Declaration
public float Width { get; set; }
Property Value
Type |
Description |
System.Single |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged