BDRPATTERN Property
PLBCMP GUI Only
The BDRPATTERN property defines the border pattern of a SHAPE or LINE object. The property uses the following format:
BDRPATTERN={value}
Note the following:
BDRPATTERN may be used in CREATE, SETPROP, or GETPROP statements of a SHAPE or LINE object.
The border pattern only takes effect when the BDRWIDTH property has a value of one (1).
{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 border pattern is ... |
|
0 |
$NONE |
solid. (default) |
|
1 |
$DASH |
dashed. |
|
2 |
$DASHDOT |
alternating dashes and dots. |
|
3 |
$DASHDOT2 |
dashes and double dots. |
|
4 |
$DOT |
dotted. |
|
5 |
$INSIDEFRAME |
solid. The figure and border are created inside the frame defined by the user specified rectangle. |
|
6 |
$SOLID |
solid. |
Only $SOLID is supported when using the PLBCE runtime.
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |