menu

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
    UIKit.UIColor

    BorderColor

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

    BorderWidth

    Declaration
    public float BorderWidth { get; set; }
    Property Value
    Type
    System.Single

    Font

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

    LabelFormatter

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

    Margin

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

    TextColor

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

    Events

    PropertyChanged

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

    Implements

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