menu

Class SFRangeNavigatorThumbStyle - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFRangeNavigatorThumbStyle

    Inheritance
    System.Object
    SFRangeNavigatorThumbStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.SfChart.iOS
    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
    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

    Height

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

    LineColor

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

    LineDashes

    Declaration
    public NSArray LineDashes { get; set; }
    Property Value
    Type
    Foundation.NSArray

    LineWidth

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

    Shape

    Declaration
    public SFRangeNavigatorThumbShape Shape { get; set; }
    Property Value
    Type
    SFRangeNavigatorThumbShape

    Width

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

    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