menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class LinearGaugeFontBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    LinearGaugeFontBuilder
    Namespace: Syncfusion.EJ2.LinearGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class LinearGaugeFontBuilder : ControlBuilder

    Constructors

    LinearGaugeFontBuilder()

    Declaration
    public LinearGaugeFontBuilder()

    LinearGaugeFontBuilder(LinearGaugeFont)

    Declaration
    public LinearGaugeFontBuilder(LinearGaugeFont model)
    Parameters
    Type Name Description
    LinearGaugeFont model

    Methods

    Color(String)

    Sets and gets the font color for text.

    Declaration
    public LinearGaugeFontBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    LinearGaugeFontBuilder

    FontFamily(String)

    Sets and gets the font-family for text.

    Declaration
    public LinearGaugeFontBuilder FontFamily(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    LinearGaugeFontBuilder

    FontStyle(String)

    Sets and gets the font style for the text.

    Declaration
    public LinearGaugeFontBuilder FontStyle(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    LinearGaugeFontBuilder

    FontWeight(String)

    Sets and gets the font weight of the text.

    Declaration
    public LinearGaugeFontBuilder FontWeight(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    LinearGaugeFontBuilder

    Opacity(Double)

    Sets and gets the opacity of the text.

    Declaration
    public LinearGaugeFontBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    LinearGaugeFontBuilder

    Size(String)

    Sets and gets the size of the font in text.

    Declaration
    public LinearGaugeFontBuilder Size(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    LinearGaugeFontBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved