Skip to content

Instantly share code, notes, and snippets.

@MSicc
Created September 10, 2020 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MSicc/48cb1fc4ba3073abf009685f3e4783ff to your computer and use it in GitHub Desktop.
Save MSicc/48cb1fc4ba3073abf009685f3e4783ff to your computer and use it in GitHub Desktop.
Code snippet for Syncfusion style loading indicator, using SfProgressBar
<sfProgressBar:SfCircularProgressBar
Grid.Row="0"
GapWidth="0.5"
HeightRequest="45"
HorizontalOptions="CenterAndExpand"
IndeterminateAnimationDuration="750"
IndicatorInnerRadius="0.5"
IndicatorOuterRadius="0.6"
IsIndeterminate="True"
IsVisible="{Binding IsLoadingGap}"
Progress="0"
ProgressColor="White"
SegmentCount="10"
TrackColor="{DynamicResource PrimaryAccent}"
TrackInnerRadius="0"
TrackOuterRadius="0.9"
VerticalOptions="CenterAndExpand"
WidthRequest="50" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment