Skip to main content
Property bindings allow you to dynamically link element properties to values from a Data Provider. Below is a list of supported properties and their expected value types and formats.

Property Name, Type, and Possible Values


Notes:

  • Boolean values can be expressed in multiple ways for flexibility (e.g., true, yes, 1).
  • Color values accept a variety of formats:
    • Hexadecimal RGB (e.g., #FF00FF)
    • Hexadecimal ARGB (e.g., #AAFF00FF)
    • Integer value representing system color (e.g., 12002010)
    • Named system color (e.g., red)
  • Font names should correspond to fonts available on the system.
  • Volume Level ranges from 0 (mute) to 100 (max volume).
  • Angle specifies rotation in degrees.