menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class CircularGaugeNeedleTail

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    CircularGaugeNeedleTail
    Namespace: Syncfusion.EJ2.CircularGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class CircularGaugeNeedleTail : EJTagHelper

    Constructors

    CircularGaugeNeedleTail()

    Declaration
    public CircularGaugeNeedleTail()

    Properties

    Border

    Sets and gets options to customize the style properties of the border for the pointer needle in the circular gauge.

    Declaration
    public CircularGaugeBorder Border { get; set; }
    Property Value
    Type Description
    CircularGaugeBorder

    The default value is null

    Color

    Sets and gets the color for the needle pointer in the circular gauge.

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

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Length

    Sets and gets the length of the needle in pixels or in percentage in circular gauge.

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

    The default value is "0%"

    LinearGradient

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

    Declaration
    public CircularGaugeLinearGradient LinearGradient { get; set; }
    Property Value
    Type Description
    CircularGaugeLinearGradient

    The default value is null

    RadialGradient

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

    Declaration
    public CircularGaugeRadialGradient RadialGradient { get; set; }
    Property Value
    Type Description
    CircularGaugeRadialGradient

    The default value is null

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