alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SfThumbItem

    Inheritance
    System.Object
    SfThumbItem
    SFThumbItem
    Namespace: Syncfusion.SfRangeSlider.iOS
    Assembly: Syncfusion.SfRangeSlider.iOS.dll
    Syntax
    public class SfThumbItem : UIView

    Constructors

    SfThumbItem()

    Declaration
    public SfThumbItem()

    Properties

    KnobColor

    Gets or sets the fill color of the knob.

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

    SfRangeSlider

    Gets or sets the value of range slider field

    Declaration
    public SfRangeSlider SfRangeSlider { get; set; }
    Property Value
    Type
    SfRangeSlider

    Methods

    DrawRect(CGRect, UIViewPrintFormatter)

    Draw method

    Declaration
    public override void DrawRect(CGRect area, UIViewPrintFormatter formatter)
    Parameters
    Type Name Description
    CoreGraphics.CGRect area

    cg type

    UIKit.UIViewPrintFormatter formatter

    print formatter type

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