We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<customcontrol:XFCircleProgress WidthRequest="100" HeightRequest="100" VerticalOptions="CenterAndExpand" HorizontalOptions="CenterAndExpand" Maximun="100" Minimun="0" Value="{Binding D_info12}" BackColor="LightGray" ForeColor="Green" BarHeight="5" AnimationDuration="1000" Grid.Row="0"/>
The text was updated successfully, but these errors were encountered:
Try changing Binding Properties like static props.
Ex: 'public static readonly BindableProperty ValueProperty = BindableProperty.Create(nameof(Value), typeof(int), typeof(XCircleProgress), default(int));'
This solved my issue.
Sorry, something went wrong.
No branches or pull requests
<customcontrol:XFCircleProgress WidthRequest="100" HeightRequest="100"
VerticalOptions="CenterAndExpand" HorizontalOptions="CenterAndExpand"
Maximun="100" Minimun="0" Value="{Binding D_info12}"
BackColor="LightGray" ForeColor="Green"
BarHeight="5" AnimationDuration="1000"
Grid.Row="0"/>
The text was updated successfully, but these errors were encountered: