i want to change colour property in Static Text and i know how to deal with it :
Code: Select all
<Property Name="TextColours" Value="tl:FF00FF00 tr:FF00FF00 bl:FF00FF00 br:FF00FF00" />
In my knowledge , colours often in RGB system . White is (0,0,0) , black is (255,255,255) , green is (50,50,50) and so on..
But i don't understand the syntax of value expression . What is tl,tr,bl,br mean ? What's the eight number like that : FF00FF00 ?
Could you explain to me the format of value string in text colours property ?