Class GaugeGradientStop
Inheritance
System.Object
GaugeGradientStop
Namespace: Syncfusion.SfGauge.iOS
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class GaugeGradientStop : Object
Constructors
GaugeGradientStop()
Initializes a new instance of the GaugeGradientStop class.
Declaration
public GaugeGradientStop()
Properties
Color
Gets or sets the gradient color of the range
Declaration
public UIColor Color { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
Value
Gets or sets the value for the range
Declaration
public nfloat Value { get; set; }
Property Value
Type |
---|
System.nfloat |