In WPF,I can set the background of a stack panel using the below code
stackPanelFlasher.Background = Brushes.Aqua;
How can I set the color as a hex color code for example #C7DFFC?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Should do the job. If you want to make it waterproof, better would be
needs fewer resources…