Change color of busy indicator??

In the example it is show that you can change color of busy indicator (Color="Maroon"), but it is not working. Is there any way available to change the color???

2 Replies

SU Subitha January 4, 2017 05:36 AM UTC

Try using  TextColor="Maroon" 


<busyindicator:SfBusyIndicator x:Name="Busy" Margin="0,2,0,0" AnimationType="{Binding AnimationType}" Duration="{Binding Duration}" IsBusy="{Binding IsBusy}" HeightRequest="100" WidthRequest="100" VerticalOptions="StartAndExpand" HorizontalOptions="FillAndExpand" ViewBoxHeight="100" ViewBoxWidth="100"  TextColor="Maroon" TextSize="13" />


VA Vanaja  Annasamy Syncfusion Team January 4, 2017 10:47 AM UTC

Hi Anet,

Query: How can you change the color of SfBusyIndicator's animation.

You can use TextColor property to change color of SfBusyIndicator's animation. We have created a sample for achieving the same and you can download it from the following link

Link: http://www.syncfusion.com/downloads/support/forum/128111/ze/BusyIndicator-709930904

Regards,
Vanaja R.A.


Loader.
Up arrow icon