ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class CircularGaugeRadialGradient

    Inheritance
    System.Object
    EJTagHelper
    CircularGaugeRadialGradient
    CapRadialGradientCap
    NeedleTailRadialGradientNeedleTail
    PointerRadialGradientPointers
    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.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.CircularGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class CircularGaugeRadialGradient : EJTagHelper

    Constructors

    CircularGaugeRadialGradient()

    Declaration
    public CircularGaugeRadialGradient()

    Properties

    ColorStop

    Defines the color range properties for the gradient.

    Declaration
    public List<CircularGaugeColorStop> ColorStop { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularGaugeColorStop>

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    InnerPosition

    Defines the inner circle of the radial gradient.

    Declaration
    public CircularGaugeGradientPosition InnerPosition { get; set; }
    Property Value
    Type Description
    CircularGaugeGradientPosition

    The default value is null

    OuterPosition

    Defines the outer circle of the radial gradient.

    Declaration
    public CircularGaugeGradientPosition OuterPosition { get; set; }
    Property Value
    Type Description
    CircularGaugeGradientPosition

    The default value is null

    Radius

    Defines the radius of the radial gradient in percentage.

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

    The default value is "0%"

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