Class GaugeGradientStop
GaugeGradientStop is a class that denotes various qualitative gradientStop for a CircularRange.
Inheritance
System.Object
GaugeGradientStop
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.SfGauge.UWP.dll
Syntax
public class GaugeGradientStop : DependencyObject
Constructors
GaugeGradientStop()
Declaration
public GaugeGradientStop()
Fields
ColorProperty
Using a DependencyProperty as the backing store for ranges. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ValueProperty
Using a DependencyProperty as the backing store for ranges. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
Value
Declaration
public double Value { get; set; }
Property Value
Type |
---|
System.Double |