WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GaugeGradientStop - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    Windows.UI.Color

    Value

    Gets or sets the value that describes the gradient value.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved