Class SFLinearRange
Inheritance
System.Object
SFLinearRange
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFLinearRange : CALayer
Constructors
SFLinearRange()
Declaration
Properties
Color
Gets or sets the Color of the Range
Declaration
public UIColor Color { get; set; }
Property Value
EndValue
Gets or sets the end value for the Range
Declaration
public nfloat EndValue { get; set; }
Property Value
EndWidth
Gets or sets the end width for the Range
Declaration
public nfloat EndWidth { get; set; }
Property Value
GradientStops
Gets or sets the gradient values of the range
Declaration
public ObservableCollection<GaugeGradientStop> GradientStops { get; set; }
Property Value
Offset
Gets or sets the offset value for the Range
Declaration
public nfloat Offset { get; set; }
Property Value
StartValue
Gets or sets the start value for the Range
Declaration
public nfloat StartValue { get; set; }
Property Value
StartWidth
Gets or sets the start width for the Range
Declaration
public nfloat StartWidth { get; set; }
Property Value
Methods
ActionForKey(String)
Declaration
public override NSObject ActionForKey(string eventKey)
Parameters
Type |
Name |
Description |
System.String |
eventKey |
|
Returns
DrawInContext(CGContext)
Declaration
public override void DrawInContext(CGContext ctx)
Parameters
Type |
Name |
Description |
CoreGraphics.CGContext |
ctx |
|