ORIENTATION Property
PLBCMP GUI Only
The ORIENTATION property specifies the orientation of a SLIDER object. The property uses the following format:
ORIENTATION={value}
Note the following:
ORIENTATION may be used in CREATE, SETPROP, or GETPROP statements of a SLIDER object.
{value} is a decimal number, a numeric variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The orientation is ... |
|
0 |
$NONE |
same as $VERT. (default) |
|
1 |
$HORZ |
horizontal. |
|
2 |
$VERT |
vertical. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |