Class TextAlignmentType
Specifies the text alignment of the progress bar component.
Inheritance
System.Object
TextAlignmentType
Namespace: Syncfusion.Blazor.ProgressBar
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TextAlignmentType : Enum
Fields
Center
Defines the alignment is center of the progress bar text content.
Declaration
public const TextAlignmentType Center
Field Value
Type |
---|
TextAlignmentType |
Far
Defines the alignment is far of the progress bar text content.
Declaration
public const TextAlignmentType Far
Field Value
Type |
---|
TextAlignmentType |
Near
Defines the alignment is near of the progress bar text content.
Declaration
public const TextAlignmentType Near
Field Value
Type |
---|
TextAlignmentType |