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
Type |
Description |
UIKit.UIColor |
|
EndValue
Gets or sets the end value for the Range
Declaration
public nfloat EndValue { get; set; }
Property Value
Type |
Description |
System.nfloat |
|
EndWidth
Gets or sets the end width for the Range
Declaration
public nfloat EndWidth { get; set; }
Property Value
Type |
Description |
System.nfloat |
|
GradientStops
Gets or sets the gradient values of the range
Declaration
public ObservableCollection<GaugeGradientStop> GradientStops { get; set; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ObservableCollection<GaugeGradientStop> |
|
Offset
Gets or sets the offset value for the Range
Declaration
public nfloat Offset { get; set; }
Property Value
Type |
Description |
System.nfloat |
|
StartValue
Gets or sets the start value for the Range
Declaration
public nfloat StartValue { get; set; }
Property Value
Type |
Description |
System.nfloat |
|
StartWidth
Gets or sets the start width for the Range
Declaration
public nfloat StartWidth { get; set; }
Property Value
Type |
Description |
System.nfloat |
|
Methods
ActionForKey(String)
Declaration
public override NSObject ActionForKey(string eventKey)
Parameters
Type |
Name |
Description |
System.String |
eventKey |
|
Returns
Type |
Description |
Foundation.NSObject |
|
DrawInContext(CGContext)
Declaration
public override void DrawInContext(CGContext ctx)
Parameters
Type |
Name |
Description |
CoreGraphics.CGContext |
ctx |
|