Orientation Settings in Windows Forms Progress Bar (ProgressBarAdv)
9 Dec 2019 / 1 minute to read
The direction of display of the ProgressBarAdv control can be changed using the property given below.
Property table
ProgressBarAdv property | Description |
---|---|
ProgressOrientation | Determines the horizontal or vertical style of the progress bar. |
this.progressBarAdv1.ProgressOrientation = System.Windows.Forms.Orientation.Horizontal;
this.progressBarAdv1.ProgressOrientation = System.Windows.Forms.Orientation.Vertical;
Me.progressBarAdv1.ProgressOrientation = System.Windows.Forms.Orientation.Horizontal
Me.progressBarAdv1.ProgressOrientation = System.Windows.Forms.Orientation.Vertical
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page