FILLSTYLE Property


PLBCMP GUI Only

 

The FILLSTYLE property specifies the type of hatch that fills a SHAPE object. The property uses the following format:

 

FILLSTYLE={value}

Note the following:

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

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

  3.  

    Value

    Keyword

    The hatch is ...

    0

    $NONE

    nothing.

    1

    $CROSS

    horizontal and vertical crosshatch.

    2

    $DIAGCROSS

    45-degree crosshatch.

    3

    $DOWNDIAG

    45-degree downward left-to-right hatch.

    4

    $HORZLINE

    horizontal hatch

    5

    $NOHATCH

    solid color as specified by FILLCOLOR (default)

    6

    $CLEARHATCH

    transparent such that underlying colors show through the object.

    7

    $UPDIAG

    45-degree upward left-to-right hatch.

    8

    $VERTLINE

    vertical hatch

     

  4. Only $NOHATCH and $CLEARHATCH are supported when using the PLBCE runtime.

 

 

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

 



PL/B Language Reference FILLCOLOR Property FLOATMENU Property