ATTR_FILL_OPTION

Type: Control attribute
Description: Specifies which part of the slide housing is filled.

For vertical slides, valid values are VAL_NO_FILL, VAL_TOP_FILL and VAL_BOTTOM_FILL.

For horizontal slides, valid values are VAL_NO_FILL, VAL_RIGHT_FILL and VAL_LEFT_FILL.

Control Types: Numeric slides, ring slides.
Restrictions: Not valid for controls of type CTRL_NUMERIC_GAUGE, CTRL_NUMERIC_KNOB, CTRL_NUMERIC_DIAL, CTRL_NUMERIC_METER, CTRL_RING_GAUGE, CTRL_RING_KNOB, CTRL_RING_DIAL or CTRL_RING_METER.
Data Type: integer
Default Value: VAL_BOTTOM_FILL (vertical slides), VAL_LEFT_FILL (horizontal slides)

Values

VAL_NO_FILL Do not fill the slide with the fill color.
VAL_TOP_FILL Fill the top portion of the slide with the fill color.
VAL_BOTTOM_FILL Fill the bottom portion of the slide with the fill color.
VAL_RIGHT_FILL Fill the right portion of the slide with the fill color.
VAL_LEFT_FILL Fill the left portion of the slide with the fill color.