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 |