victorfence
Hello everyone
I found the UIElement have a attribute named Color. This seems the setting of background color.
<element>
<attribute name="Is Enabled" value="true" />
<attribute name="Color" value="0.3 0.4 0.9 1" />
<attribute name="Opacity" value="1" />
<attribute name="Size" value="300 100" />
</element>
I saw no background, just a placeholder, Can anyone give me some introduce about this?