Enum
ProgressOrientation

Specifies the orientation and direction of progress bar fill animation.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public enum ProgressOrientation

Fields

Bottom

Specifies that progress fills from bottom to top.

Declaration

cs-api-definition
Bottom = 1

Field Value

ProgressOrientation

Remarks

When set to Bottom, the progress bar displays as a vertical bar that fills upward from the bottom edge as progress increases.

Left

Specifies that progress fills from left to right.

Declaration

cs-api-definition
Left = 2

Field Value

ProgressOrientation

Remarks

When set to Left, the progress bar displays as a horizontal bar that fills rightward from the left edge as progress increases. This is the most common progress bar orientation.

Right

Specifies that progress fills from right to left.

Declaration

cs-api-definition
Right = 3

Field Value

ProgressOrientation

Remarks

When set to Right, the progress bar displays as a horizontal bar that fills leftward from the right edge as progress increases.

Top

Specifies that progress fills from top to bottom.

Declaration

cs-api-definition
Top = 0

Field Value

ProgressOrientation

Remarks

When set to Top, the progress bar displays as a vertical bar that fills downward from the top edge as progress increases.

In this article
DefinitionFieldsBottomLeftRightTop
Not finding the help you need?
Contact Support