Class GaugeGradientStop
Describes the location and color of a transition point in a gradient.
Inheritance
System.Object
GaugeGradientStop
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.Gauge.WinUI.dll
Syntax
public class GaugeGradientStop : DependencyObject
Constructors
GaugeGradientStop()
Initializes a new instance of the GaugeGradientStop class.
Declaration
public GaugeGradientStop()
Fields
ColorProperty
Identifies the Color dependency property.
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
Type | Description |
---|---|
Microsoft.UI.Xaml.DependencyProperty | The identifier for Color dependency property. |
ValueProperty
Identifies the Value dependency property.
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Type | Description |
---|---|
Microsoft.UI.Xaml.DependencyProperty | The identifier for Value dependency property. |
Properties
Color
Gets or sets the color that describes the gradient color value.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
Value
Gets or sets the value that describes the gradient value.
Declaration
public double Value { get; set; }
Property Value
Type |
---|
System.Double |