menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class CircularGaugeGradientPosition

    Inheritance
    System.Object
    EJTagHelper
    CircularGaugeGradientPosition
    RadialGradientInnerPositionRadialGradient
    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 CircularGaugeGradientPosition : EJTagHelper

    Constructors

    CircularGaugeGradientPosition()

    Declaration
    public CircularGaugeGradientPosition()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

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

    X

    Defines the horizontal position in percentage.

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

    The default value is "0%"

    Y

    Defines the vertical position in percentage.

    Declaration
    public string Y { 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