
Announcements
I would like "Rectangle1.Fill" to be displayed in a Text Label. So the label should read "Color.Blue", or a rgba, or hex is acceptable. Something so I can see the color and see the color name next to it in the app. Thoughts?
Hi @KetsplodeR,
I have seen ways to fetch the Hex code of a control's Fill property. The following blog post thoroughly explains the steps needed.
Please note that the JSON function needs to be used on a behaviour property (e.g. OnSelect of a button, OnVisible of a screen...).
If this solves your question, would you be so kind as to accept it as a solution & give it a thumbs up.
Thanks!