This is a migrated thread and some comments may be shown as answers.

Background color.

1 Answer 39 Views
Window
This is a migrated thread and some comments may be shown as answers.
Damian
Top achievements
Rank 1
Damian asked on 18 Mar 2013, 12:09 PM
Hi,

How to set the radwindow modal background color from CS page? Please help.

Thank you,
Damian.

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 19 Mar 2013, 03:57 AM
Hi,

Try the following C# code to set the modal background color.

C#:
radWindow1.ModalBackground = new SolidColorBrush(Colors.Blue);

Thanks,
Princy.
Tags
Window
Asked by
Damian
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or