menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class GaugeGradientStop

    Inheritance
    System.Object
    GaugeGradientStop
    Namespace: Syncfusion.SfGauge.iOS
    Assembly: Syncfusion.SfGauge.iOS.dll
    Syntax
    public class GaugeGradientStop : Object

    Constructors

    GaugeGradientStop()

    Initializes a new instance of the GaugeGradientStop class.

    Declaration
    public GaugeGradientStop()

    Properties

    Color

    Gets or sets the gradient color of the range

    Declaration
    public UIColor Color { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    Value

    Gets or sets the value for the range

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