ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class CircularGaugeFont

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    CircularGaugeFont
    AnnotationTooltipTextStyleAnnotationSettings
    CircularGaugeTitleStyleCircularGauge
    LabelFontLabelStyle
    LegendSettingsTextStyleLegendSettings
    RangeTooltipTextStyleRangeSettings
    TooltipSettingsTextStyleTooltip
    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 CircularGaugeFont : EJTagHelper

    Constructors

    CircularGaugeFont()

    Declaration
    public CircularGaugeFont()

    Properties

    Color

    Gets and sets the font color of the text in annotation, label and tooltip etc.

    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>

    FontFamily

    Gets and sets the font family for the given text in annotation, tooltip etc.

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

    FontStyle

    Gets and sets the style of the font, which is in in annotation, tooltip etc.

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

    FontWeight

    Gets and sets the font weight for the text in annotation, tooltip etc.

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

    IsComplex

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

    Opacity

    Sets and gets the opacity for the annotation or tooltip text.

    Declaration
    [HtmlAttributeName("opacity")]
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    ParentPropertyName

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

    Size

    Gets and sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.

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