If I bind colors with DynamicResource syntax highlighted in the following example, the exception "The name 'sender' does not exist in the current context" is thrown , do you have any insights for it?
By the way, if I use StaticResource syntax, it works properly.
Thanks.
<telerik:GaugeRange Color="{DynamicResource MyColor}"
From="0"
To="150" />