标签: c# wpf windows xaml
我正在尝试实现具有笔触颜色的圆环,仅达到给定的百分比。 请提出一些方法。 提前致谢。
<Grid Width="100" Height="100"> <Ellipse Stroke="Black" StrokeMiterLimit="30" /> <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="Hello"/> </Grid>