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
我在使用CircularProgressBar时设置控件宽高为160时还是一样大 使用版本Nuget:0.0.0.1
<wd:CircularProgressBar Width="100" Height="100" Value="50" /> <wd:CircularProgressBar Width="160" Height="160" Background="#1FA7FC" BorderBrush="#D6D6D6" BrushStrokeThickness="10" Foreground="Black" Value="50" />
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Fix issue (#128 )
be272b9
Fix issue (#128)
68e6068
示例代码:
<wd:CircleProgressBar Width="50" Height="50" Background="#1FA7FC" BorderBrush="#D6D6D6" BrushStrokeThickness="10" Foreground="Black" IsRound="True" StrokeThickness="10" Value="40" /> <wd:CircleProgressBar Width="100" Height="100" BrushStrokeThickness="10" IsRound="True" Value="60" />
9be69cd
yanjinhuagood
No branches or pull requests
我在使用CircularProgressBar时设置控件宽高为160时还是一样大
使用版本Nuget:0.0.0.1
The text was updated successfully, but these errors were encountered: