SHAPE Property


PLBCMP GUI Only

 

The SHAPE property specifies the actual shape of a SHAPE object. The property uses the following format:

SHAPE={value}

Note the following:

  1. SHAPE may be used in CREATE, SETPROP, or GETPROP statements of a SHAPE object.

  2. If the SHAPE property is invalid, the object defaults to a rectangle.

  3. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  4.  

    Value

    Keyword

    The SHAPE is ...

    0

    $NONE

    same as $RECTANGLE.

    1

    $OVAL

    an oval.

    2

    $RECTANGLE

    a rectangle. (default)

    3

    $RNDRECT

    a rectangle with round corners.

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference SEPARATOR Property SHIELD Property