ASP.NET Core - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinearGaugeColorStop

    Show / Hide Table of Contents

    Class LinearGaugeColorStop

    Inheritance
    System.Object
    EJTagHelper
    LinearGaugeColorStop
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    Offset

    Specifies the offset of the gradient.

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

    Opacity

    Specifies the opacity of the gradient.

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

    Style

    Specifies the style of the gradient.

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