Enum TextAlignmentType
Specifies the text alignment of the progress bar component.
Namespace: Syncfusion.Blazor.ProgressBar
Assembly: Syncfusion.Blazor.dll
Syntax
public enum TextAlignmentType
Fields
| Name | Description |
|---|---|
| Center | Defines the alignment is center of the progress bar text content. |
| Far | Defines the alignment is far of the progress bar text content. |
| Near | Defines the alignment is near of the progress bar text content. |