ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class LinearGaugeFontBuilder

    Inheritance
    System.Object
    ControlBuilder
    LinearGaugeFontBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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 Description
    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 Description
    LinearGaugeFontBuilder

    FontStyle(String)

    Sets and gets the style for text.

    Declaration
    public LinearGaugeFontBuilder FontStyle(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    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 Description
    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 Description
    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 Description
    LinearGaugeFontBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved