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)
- Hexadecimal RGB (e.g.,
- Font names should correspond to fonts available on the system.
- Volume Level ranges from
0(mute) to100(max volume). - Angle specifies rotation in degrees.

