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

Setting Icon

1 Answer 52 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 02 Apr 2013, 08:35 AM
Hi,

How to set the RadWindow icon from code behind?

Thank You,
Ben Gallard.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 02 Apr 2013, 11:17 AM
Hi

Please have a look into the following C# code.

C#:
radWindow1.Icon = new Image()
{
  Source = new BitmapImage(new Uri("refresh.png", UriKind.Relative))
};

Thanks,
Shinu.
Tags
General Discussions
Asked by
Ben
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or