menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GaugeGradientStop - MAUI 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.Maui.Gauges
    Assembly: Syncfusion.Maui.Gauges.dll
    Syntax
    public class GaugeGradientStop : Element, IThemeElement

    Constructors

    GaugeGradientStop()

    Initializes a new instance of the GaugeGradientStop class.

    Declaration
    public GaugeGradientStop()

    Fields

    ColorProperty

    Identifies the Color bindable property.

    Declaration
    public static readonly BindableProperty ColorProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for Color bindable property.

    ValueProperty

    Identifies the Value bindable property.

    Declaration
    public static readonly BindableProperty ValueProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for Value bindable property.

    Properties

    Color

    Gets or sets the color that describes the gradient color value.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Color

    Value

    Gets or sets the value that describes the gradient value.

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