menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressBarLabelStyle - API Reference

    Show / Hide Table of Contents

    Class ProgressBarLabelStyle

    Sets and gets the options for customizing the text style of the progress bar component.

    Inheritance
    System.Object
    SfBaseComponent
    ProgressBarLabelStyle
    Inherited Members
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.ProgressBar
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ProgressBarLabelStyle : SfBaseComponent

    Constructors

    ProgressBarLabelStyle()

    Declaration
    public ProgressBarLabelStyle()

    Properties

    Color

    Sets and gets the color for the label text in the progress bar component.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    FontFamily

    Sets and gets the font family for the label text in the progress bar component.

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type Description
    System.String

    FontStyle

    Sets and gets the font style for the label text in the progress bar component.

    Declaration
    public string FontStyle { get; set; }
    Property Value
    Type Description
    System.String

    FontWeight

    Sets and gets the font weight for the label text in the progress bar component.

    Declaration
    public string FontWeight { get; set; }
    Property Value
    Type Description
    System.String

    Opacity

    Sets and gets the opacity of the label text in the progress bar component.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    Size

    Sets and gets the size for the label text in the progress bar component.

    Declaration
    public string Size { get; set; }
    Property Value
    Type Description
    System.String

    Text

    Sets and gets the label text in the progress bar component.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    TextAlignment

    Sets and gets the alignment for the label text in the progress bar component.

    Declaration
    public TextAlignmentType TextAlignment { get; set; }
    Property Value
    Type Description
    TextAlignmentType

    Methods

    OnInitializedAsync()

    Method invoked when the component is ready to start.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    A System.Threading.Tasks.Task representing the asynchronous operation.

    Overrides
    SfBaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Method invoked when the component has received parameters from its parent in the render tree and the incoming values have been assigned to properties.

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    A System.Threading.Tasks.Task representing the asynchronous operation.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved