This question is locked. New answers and comments are not allowed.
I can't seem to be able to use the Background property on the BusyIndicator, I get the following error while building when using it:
Error 1 Syntax Error found in XBF
This works fine:
<p abp="519"><primitives:RadBusyIndicator IsActive="{Binding IsBusy}" AnimationStyle="AnimationStyle2" /></p>This doesn't:
<primitives:RadBusyIndicator Grid.Row="0" Grid.RowSpan="3" IsActive="{Binding IsBusy}" AnimationStyle="AnimationStyle2" Background="White"><br>