ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class LinearGaugeFont

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    LinearGaugeFont
    AnnotationFontAnnotations
    LinearGaugeTitleStyleLinearGauge
    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.LinearGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class LinearGaugeFont : EJTagHelper

    Constructors

    LinearGaugeFont()

    Declaration
    public LinearGaugeFont()

    Properties

    Color

    Sets and gets the font color for text.

    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

    Sets and gets the font-family for text.

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

    FontStyle

    Sets and gets the style for text.

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

    FontWeight

    Sets and gets the font weight of the text.

    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 of the 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

    Sets and gets the size of the font in text.

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