Hi,
I am trying to use the WPF Theme studio to create a corporate id confirm GUI.
Than I tried again with changing a few colors and it didn't work.
One of the differences in the SfRadialMenu.xaml is for example:
nothing changed in theme studio:
LinearGradientBrush x:Key="HeaderBackgroundBrush" StartPoint="0,0" EndPoint="1,1" ><GradientStop Color="#FFFFFFFF" Offset="0" /><GradientStop Color="#FFFFFFFF" Offset="1"
changed colors in in theme studio:
LinearGradientBrush x:Key="HeaderBackgroundBrush" GradientStops="{Binding Source={x:Static themelocal:CommonKeys.Instance},Path=HeaderBackgroundBrush,Converter={StaticResource gradientPointsConverter}}" StartPoint="{Binding Source={x:Static themelocal:CommonKeys.Instance},Path=HeaderBackgroundBrush,Converter={StaticResource startPointConverter}}" EndPoint="{Binding Source={x:Static themelocal:CommonKeys.Instance},Path=HeaderBackgroundBrush,Converter={StaticResource endPointConverter}}"
But the tag themelocal is not defined. What do I missing?
Thanks in advance for help!
Regards
Martin
Attachment:
Syncfusion_Controls_49544781.zip