Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143479 | Mar 21,2019 05:50 PM UTC | Mar 28,2019 09:18 AM UTC | Xamarin.Forms | 3 |
![]() |
Tags: SfBusyIndicator |
public class CustomBusyIndicatorRenderer : SfBusyIndicatorRenderer {
protected override void OnElementChanged(ElementChangedEventArgs<SfBusyIndicator> e)
{
base.OnElementChanged(e);
if (Control != null)
{
Control.AnimationSpeed = 200;
}
} } |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.