Class 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 |