Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFRangeNavigatorTooltipStyle - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFRangeNavigatorTooltipStyle

    Inheritance
    System.Object
    SFRangeNavigatorTooltipStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public class SFRangeNavigatorTooltipStyle : Object, INotifyPropertyChanged

    Constructors

    SFRangeNavigatorTooltipStyle()

    Declaration
    public SFRangeNavigatorTooltipStyle()

    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

    Font

    Declaration
    public UIFont Font { get; set; }
    Property Value
    Type Description
    UIKit.UIFont

    LabelFormatter

    Declaration
    public NSDateFormatter LabelFormatter { get; set; }
    Property Value
    Type Description
    Foundation.NSDateFormatter

    Margin

    Declaration
    public UIEdgeInsets Margin { get; set; }
    Property Value
    Type Description
    UIKit.UIEdgeInsets

    TextColor

    Declaration
    public UIColor TextColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved