menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinearGaugeColorStop - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LinearGaugeColorStop

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    LinearGaugeColorStop
    Namespace: Syncfusion.EJ2.LinearGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class LinearGaugeColorStop : EJTagHelper

    Constructors

    LinearGaugeColorStop()

    Declaration
    public LinearGaugeColorStop()

    Properties

    Color

    Specifies the color of the gradient.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "#000000"

    Offset

    Specifies the offset of the gradient.

    Declaration
    public string Offset { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "0%"

    Opacity

    Specifies the opacity of the gradient.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 1

    Style

    Specifies the style of the gradient.

    Declaration
    public string Style { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved