ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class CircularGaugeCap

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    CircularGaugeCap
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.CircularGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class CircularGaugeCap : EJTagHelper

    Constructors

    CircularGaugeCap()

    Declaration
    public CircularGaugeCap()

    Properties

    Border

    Sets and gets the border of the pointer cap in the circular gauge component.

    Declaration
    [HtmlAttributeName("border")]
    public CircularGaugeBorder Border { get; set; }
    Property Value
    Type Description
    CircularGaugeBorder

    Color

    Sets and gets the color for the pointer cap in the circular gauge component.

    Declaration
    [HtmlAttributeName("color")]
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    ContentTemplate

    To get or set value for ContentTemplate.

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

    IsComplex

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

    LinearGradient

    Sets and gets the properties to render a linear gradient for the cap of the needle pointer. If both linear and radial gradient is set, then the linear gradient will be rendered in the cap.

    Declaration
    [HtmlAttributeName("linearGradient")]
    public CircularGaugeLinearGradient LinearGradient { get; set; }
    Property Value
    Type Description
    CircularGaugeLinearGradient

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    RadialGradient

    Sets and gets the properties to render a radial gradient for cap of the needle pointer.

    Declaration
    [HtmlAttributeName("radialGradient")]
    public CircularGaugeRadialGradient RadialGradient { get; set; }
    Property Value
    Type Description
    CircularGaugeRadialGradient

    Radius

    Sets and gets the radius of pointer cap in the circular gauge component.

    Declaration
    [HtmlAttributeName("radius")]
    public double Radius { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved