Class ProgressBarOrientation
The orientation of the progress bar.
Inheritance
System.Object
ProgressBarOrientation
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ProgressBarOrientation : Enum
Fields
Horizontal
Specifies horizontal orientation.
Declaration
public const ProgressBarOrientation Horizontal
Field Value
ProgressBarOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
Specifies vertical orientation.
Declaration
public const ProgressBarOrientation Vertical
Field Value
ProgressBarOrientation
|