Class SfLabelItems
Namespace: Syncfusion.SfRangeSlider.iOS
Assembly: Syncfusion.SfRangeSlider.iOS.dll
Syntax
public class SfLabelItems : NSObject
Constructors
SfLabelItems()
Declaration
public SfLabelItems()
Properties
Label
Gets or sets the value of label
Declaration
public NSString Label { get; set; }
Property Value
Type |
---|
Foundation.NSString |
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 |
---|
System.nfloat |