Hello,
I have a RadRibbonButton and in it I set the LargeImage property. ie:
(ESCCommon is ofcourse in a different project in the solution)
The program crashes saying it can not find this image file, yet elsewhere in the same project I have an image with source set to the same image and it finds it (ie this works):
How do I get the LargeImage to display?
Thanks
I have a RadRibbonButton and in it I set the LargeImage property. ie:
<RadRibbonButton LargeImage="pack://application:,,,/ESCCommon;component/Images/find32.png" />(ESCCommon is ofcourse in a different project in the solution)
The program crashes saying it can not find this image file, yet elsewhere in the same project I have an image with source set to the same image and it finds it (ie this works):
<Button> <StackPanel> <Image Source="pack://application:,,,/ESCCommon;component/Images/find32.png" /> </StackPanel></Button>How do I get the LargeImage to display?
Thanks