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

AnimationContentColor

2 Answers 77 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
Decisive Computing
Top achievements
Rank 2
Decisive Computing asked on 06 May 2017, 05:48 PM

Setting the AnimationContentColor through global styles in App.xaml causes the application to crash.

For example:

<Style TargetType="telerik:RadBusyIndicator" ApplyToDerivedTypes="True">
<Setter Property="AnimationContentColor" Value="{StaticResource Primary}"/>
</Style>
will result in an exception.

But setting the color inline in the control itself works fine.

Note that using color values (hex or named) has the same effect.

2 Answers, 1 is accepted

Sort by
0
Nikolay Demirev
Telerik team
answered on 09 May 2017, 12:46 PM
Hello Brian,

I have been able to reproduce the issue and fix it. The fix will be released with the next Internal Build which will be available for download in about two weeks.

Regards,
Nikolay Demirev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Decisive Computing
Top achievements
Rank 2
answered on 09 May 2017, 12:48 PM
Thank you.
Tags
BusyIndicator
Asked by
Decisive Computing
Top achievements
Rank 2
Answers by
Nikolay Demirev
Telerik team
Decisive Computing
Top achievements
Rank 2
Share this question
or