|
RAD Studio VCL Reference
|
TProgressBarOrientation specifies the orientation of a progress bar.
TProgressBarOrientation = ( pbHorizontal, pbVertical );
enum TProgressBarOrientation { pbHorizontal, pbVertical };
TProgressBarOrientation has one of the following values:
|
Value |
Meaning |
|
pbHorizontal |
The progress bar is oriented horizontally. |
|
pbVertical |
The progress bar is oriented vertically. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|