menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GaugeGradientStop - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved