Class ProgressBarLabelPosition
The position of the label of the progress bar.
Inheritance
System.Object
ProgressBarLabelPosition
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ProgressBarLabelPosition : Enum
Fields
Center
The label is displayed in the center of the progress status. Specifies vertical orientation.
Declaration
public const ProgressBarLabelPosition Center
Field Value
ProgressBarLabelPosition
|
End
The label is displayed at the end of the progress status.
Declaration
public const ProgressBarLabelPosition End
Field Value
ProgressBarLabelPosition
|
Start
The label is displayed at the start of the progress status.
Declaration
public const ProgressBarLabelPosition Start
Field Value
ProgressBarLabelPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|