Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressBarAnnotation - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ProgressBarAnnotation

    Sets and gets the annotation element of progress bar component.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    ProgressBarAnnotation
    Namespace: Syncfusion.Blazor.ProgressBar
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ProgressBarAnnotation : SfBaseComponent

    Constructors

    ProgressBarAnnotation()

    Declaration
    public ProgressBarAnnotation()

    Properties

    AnnotationAngle

    Sets and gets the angle of the custom content.

    Declaration
    public int AnnotationAngle { get; set; }
    Property Value
    Type Description
    System.Int32

    AnnotationRadius

    Sets and gets the Radius of the custom content.

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

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved