Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
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 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
    Type Description
    SFRangeNavigatorThumbShape

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved