Clarke Posted January 23, 2017 Posted January 23, 2017 How do you change the font color in a TUnimLabel (the mobile one)? J. Clarke Quote
Sherzod Posted January 23, 2017 Posted January 23, 2017 Hi, You can try this approach for now: UnimLabel1 -> ClientEvents -> UniEvents -> ... function beforeInit(sender, config) { config.style = "text-align:center; color:green;"; } Best regards. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.