Bind a color property to a tag or expression

Bind a color property to a tag or expression to dynamically change a color.
To bind a color property to a tag or an expression
  • Use one of the following methods:
    • Bind to a string tag or an expression that resolves to a string in the format #RRGGBB. R, G, B are the Hex digits that represent the values for the red, green, and blue color channels. For example, the string "#ffff00" produces yellow.
    • Bind to a string tag or to an expression that resolves to a string of a supported color name. For example, the string "yellow" produces yellow.
      IMPORTANT:
      • Bind color properties only to string tags. Binding to an integer tag, a floating point tag, or an expression is not supported and does not change a color.
      • Selecting a default color is required. Selecting NoFill does not apply the bound tag value at runtime.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal