When I select the Material Theme any image with a RadButton doesn't display.
<
telerik:RadButton
x:Name
=
"bnApplyTreeScapeSet"
Width
=
"28"
Height
=
"28"
HorizontalAlignment
=
"Left"
VerticalAlignment
=
"Center"
telerik:RadToolTipService.ToolTipContentTemplate
=
"{x:Null}"
telerik:RadToolTipService.InitialShowDelay
=
"100"
telerik:RadToolTipService.BetweenShowDelay
=
"0"
>
<
Image
Source
=
"../Resources/save_32.png"
Stretch
=
"Uniform"
/>
<
telerik:RadToolTipService.ToolTipContent
>
<
telerik:RadToolTipContentView
>
<
TextBlock
Text
=
"Apply TreeScape set to Flight Simulator"
/>
</
telerik:RadToolTipContentView
>
</
telerik:RadToolTipService.ToolTipContent
>
</
telerik:RadButton
>
My save_32.png doesn't display, non of my Images in any RadButton display. I've test ALL the other Themes and they work as expected, images display. This issue is ONLY with Material theme ... which is a shame be cause it's a nice theme.
Thoughts?
Cheers, Rob.