ProgressRingPlugin icon indicating copy to clipboard operation
ProgressRingPlugin copied to clipboard

Ability to add text in the middle of the ring

Open ankush08 opened this issue 5 years ago • 1 comments

Hi, Is there a way to add text in the middle of the ring? Thanks!

ankush08 avatar Dec 15 '19 09:12 ankush08

Just implemented the plugin. Works great. To add a label. Throw a label and a ring in a grid same row, same column.

<Grid WidthRequest="200" HeightRequest="200" HorizontalOptions="Start" VerticalOptions="Center" > <control:ProgressRing Grid.Column="0" Grid.Row="0" Progress="0.5" RingThickness="30" RingBaseColor="DarkGray" RingProgressColor="BlueViolet" x:Name="SetCircle"></control:ProgressRing> <Label Grid.Column="0" Grid.Row="0" FontSize="Large" Text="20" HorizontalOptions="Center" VerticalOptions="Center"></Label> </Grid>

vandenbrakel avatar Oct 06 '20 20:10 vandenbrakel