Created
September 10, 2020 03:14
-
-
Save MSicc/48cb1fc4ba3073abf009685f3e4783ff to your computer and use it in GitHub Desktop.
Code snippet for Syncfusion style loading indicator, using SfProgressBar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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