menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ProgressBarFontBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    ProgressBarFontBuilder
    Namespace: Syncfusion.EJ2.ProgressBar
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ProgressBarFontBuilder : ControlBuilder

    Constructors

    ProgressBarFontBuilder()

    Declaration
    public ProgressBarFontBuilder()

    ProgressBarFontBuilder(ProgressBarFont)

    Declaration
    public ProgressBarFontBuilder(ProgressBarFont model)
    Parameters
    Type Name Description
    ProgressBarFont model

    Methods

    Color(String)

    Color for the text.

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

    FontFamily(String)

    FontFamily for the text.

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

    FontStyle(String)

    FontStyle for the text.

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

    FontWeight(String)

    FontWeight for the text.

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

    Opacity(Double)

    Opacity for the text.

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

    Size(String)

    Font size for the text.

    Declaration
    public ProgressBarFontBuilder Size(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    ProgressBarFontBuilder

    Text(String)

    label text

    Declaration
    public ProgressBarFontBuilder Text(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    ProgressBarFontBuilder

    TextAlignment(TextAlignmentType)

    text alignment for label

    Declaration
    public ProgressBarFontBuilder TextAlignment(TextAlignmentType value)
    Parameters
    Type Name Description
    TextAlignmentType value
    Returns
    Type
    ProgressBarFontBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved