menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class GaugeGradientStop

    Represents GaugeGradientStop in the Circular Gauge

    Inheritance
    System.Object
    GaugeGradientStop
    Namespace: Com.Syncfusion.Gauges.SfCircularGauge
    Assembly: Syncfusion.SfGauge.Android.dll
    Syntax
    public class GaugeGradientStop : Object

    Constructors

    GaugeGradientStop()

    Declaration
    public GaugeGradientStop()

    Properties

    Color

    Gets or sets the gradient color of the range

    Declaration
    public int Color { get; set; }
    Property Value
    Type
    System.Int32

    Value

    Gets or sets the gradient value of the range

    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