labelfontcolor

Defines the font color for the label specified in the label option.

Syntax

   <labelfontcolor>color</labelfontcolor>
Table 1. labelfontcolor parameters
Parameter Type Description
color special The color may be expressed in any of the following formats:
  • Comma-separated RGB values. For example: 192,192,192
  • Hexadecimal-based RGB values. For example: #336699
  • Color name. For example: blue

Available in

check, checkgroup, combobox, field, list, pane, radio, radiogroup, slider

Examples

These samples both set the font color to green:

   <labelfontcolor>green</labelfontcolor>
   <labelfontcolor>0,255,0</labelfontcolor>
   <labelfontcolor>#008000</labelfontcolor>

Usage details

  1. Defaults first to page setting for fontcolor, then to the form setting for fontcolor. If there is no fontcolor setting at the page or form level, the default is black.