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

RibbonView and Application Icon

1 Answer 96 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Hyunho
Top achievements
Rank 1
Hyunho asked on 14 Mar 2013, 02:39 AM
Hello,
I'm using RibbonView and RibbonWindow for my application.
But I can't see application icon on the top left of the window

Could you tell me how to set the application icon on the ribbonwindow in xaml?

Regards,

1 Answer, 1 is accepted

Sort by
0
Accepted
Kiril Vandov
Telerik team
answered on 14 Mar 2013, 08:21 AM
Hi Hyunho,

You could do that by setting the Icon property of the RadRibbonWindow either in XAML or code behind.
<telerik:RadRibbonWindow
        x:Class="RibbonWindow_CustomWindowsTheme.MainWindow"
        Title="MainWindow" Height="350" Width="525" Icon="C:\Images\pen.png">
I hope this information helps.

Kind regards,
Kiril Vandov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
RibbonView and RibbonWindow
Asked by
Hyunho
Top achievements
Rank 1
Answers by
Kiril Vandov
Telerik team
Share this question
or