Class SFRangeNavigatorTooltipStyle
Inheritance
System.Object
SFRangeNavigatorTooltipStyle
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.SFChart.iOS.dll
public class SFRangeNavigatorTooltipStyle : Object, INotifyPropertyChanged
Constructors
Declaration
public SFRangeNavigatorTooltipStyle()
Properties
Declaration
public UIColor BackgroundColor { get; set; }
Property Value
Declaration
public UIColor BorderColor { get; set; }
Property Value
Declaration
public float BorderWidth { get; set; }
Property Value
Declaration
public UIFont Font { get; set; }
Property Value
Declaration
public NSDateFormatter LabelFormatter { get; set; }
Property Value
Type |
Foundation.NSDateFormatter |
Declaration
public UIEdgeInsets Margin { get; set; }
Property Value
TextColor
Declaration
public UIColor TextColor { get; set; }
Property Value
Events
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged