Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SfThumb

    Inheritance
    System.Object
    SfThumb
    SFThumb
    Namespace: Syncfusion.SfRangeSlider.iOS
    Assembly: Syncfusion.SfRangeSlider.iOS.dll
    Syntax
    public class SfThumb : NSObject

    Constructors

    SfThumb()

    Declaration
    public SfThumb()

    SfThumb(nfloat, nfloat, UIColor, nfloat, UIColor)

    Initializes a new instance of the SfThumb class.

    Declaration
    public SfThumb(nfloat maximum, nfloat minimum, UIColor trackSelectionColor, nfloat value, UIColor knobColor)
    Parameters
    Type Name Description
    System.nfloat maximum

    maximum value

    System.nfloat minimum

    minimum value

    UIKit.UIColor trackSelectionColor

    track selection color

    System.nfloat value

    float type

    UIKit.UIColor knobColor

    knob color

    Properties

    KnobColor

    Gets or sets the fill color of the knob.

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

    Maximum

    Gets or sets the value indicating maximum value of the range.

    Declaration
    public nfloat Maximum { get; set; }
    Property Value
    Type Description
    System.nfloat

    Minimum

    Gets or sets the value indicating minimum value of the range.

    Declaration
    public nfloat Minimum { get; set; }
    Property Value
    Type Description
    System.nfloat

    TrackSelectionColor

    Gets or sets the fill color for the ranged track

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

    Value

    Gets or sets the value that determines the current position of thumb in single thumb representation.

    Declaration
    public nfloat Value { get; set; }
    Property Value
    Type Description
    System.nfloat
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved