4,166 questions
I found this solution. Thanks to ChatGPT
GridMemberDetails.BackgroundColor = new Color(0, 0, 0, 0.5f);
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
In the below screenshot, I have a StackHolder with opacity is set to 0.5 but the problem is it also sets the opacity of all the controls inside it to the same opacity
How can I ensure that the controls inside the Stackholder will keep the default value which is 1?
Thanks, Jassim
I found this solution. Thanks to ChatGPT
GridMemberDetails.BackgroundColor = new Color(0, 0, 0, 0.5f);