New to Telerik UI for WinFormsStart a free 30-day trial

Specifies the orientation and direction of progress bar fill animation.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public enum ProgressOrientation

Fields

Specifies that progress fills from bottom to top.

C#
Bottom = 1
Remarks:

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

Specifies that progress fills from left to right.

C#
Left = 2
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.

Specifies that progress fills from right to left.

C#
Right = 3
Remarks:

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

Specifies that progress fills from top to bottom.

C#
Top = 0
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