Admin Production ni-theme
Current Publication

ATTR_FILL_OPTION

LabWindows/CVI

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, VAL_BOTTOM_FILL, and VAL_FILL_FROM_ZERO.

For horizontal slides, valid values are VAL_NO_FILL, VAL_RIGHT_FILL, VAL_LEFT_FILL, and VAL_FILL_FROM_ZERO.
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)
LabWindows/CVI
Compatibility:
LabWindows/CVI 3.0 and later

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.
VAL_FILL_FROM_ZERO Fill the portion of the slide from zero to the current value with the fill color.