Class SFCircularRange
Inheritance
System.Object
SFCircularRange
Namespace: Syncfusion.SfGauge.iOS
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFCircularRange : UIView
Constructors
SFCircularRange()
Declaration
public SFCircularRange()
Properties
Color
Gets or sets the color of the range
Declaration
public UIColor Color { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
EndValue
Gets or sets the end value for the range
Declaration
public nfloat EndValue { get; set; }
Property Value
Type |
---|
System.nfloat |
GradientStops
Gets or sets the gradient values of the range
Declaration
public ObservableCollection<GaugeGradientStop> GradientStops { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<GaugeGradientStop> |
InnerEndOffset
Gets or sets the InnerEndOffset value for the range, which is in factor value
Declaration
public float InnerEndOffset { get; set; }
Property Value
Type |
---|
System.Single |
InnerStartOffset
Gets or sets the InnerStartOffset value for the range, which is in factor value
Declaration
public float InnerStartOffset { get; set; }
Property Value
Type |
---|
System.Single |
Offset
Gets or sets the offset value for the range, which is in factor value
Declaration
public nfloat Offset { get; set; }
Property Value
Type |
---|
System.nfloat |
OuterEndOffset
Gets or sets the OuterEndOffset value for the range, which is in factor value
Declaration
public float OuterEndOffset { get; set; }
Property Value
Type |
---|
System.Single |
OuterStartOffset
Gets or sets the OuterStartOffset value for the range, which is in factor value
Declaration
public float OuterStartOffset { get; set; }
Property Value
Type |
---|
System.Single |
StartValue
Gets or sets the start value for the range
Declaration
public nfloat StartValue { get; set; }
Property Value
Type |
---|
System.nfloat |
Width
Gets or sets the width of the range
Declaration
public nfloat Width { get; set; }
Property Value
Type |
---|
System.nfloat |
Methods
Dispose(Boolean)
Dispose circular range objects
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | To get the dispose. |
Draw(CGRect)
Declaration
public override void Draw(CGRect rect)
Parameters
Type | Name | Description |
---|---|---|
CoreGraphics.CGRect | rect |