|
RAD Studio VCL Reference
|
TPageScrollerOrientation indicates the orientation of a page scroller control.
TPageScrollerOrientation = ( soHorizontal, soVertical );
enum TPageScrollerOrientation { soHorizontal, soVertical };
TPageScrollerOrientation has one of the following values:
|
Value |
Meaning |
|
soHorizontal |
The page scroller is oriented horizontally. |
|
soVertical |
The page scroller is oriented vertically. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|