Class GaugeGradientStop
Represents GaugeGradientStop in the Circular Gauge
Inheritance
System.Object
GaugeGradientStop
Namespace: Com.Syncfusion.Gauges.SfCircularGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class GaugeGradientStop : Object
Constructors
GaugeGradientStop()
Declaration
public GaugeGradientStop()
Properties
Color
Gets or sets the gradient color of the range
Declaration
public int Color { get; set; }
Property Value
Type |
---|
System.Int32 |
Value
Gets or sets the gradient value of the range
Declaration
public double Value { get; set; }
Property Value
Type |
---|
System.Double |