WPF 按钮中有圆形图形的界面设计
时间:2020-07-05 19:45:05
收藏:0
阅读:198
<Button Background="Transparent" Margin="0,0,139,61">
<Button.Content>
<StackPanel>
<Ellipse Fill="Green" Width="25" Height="25"/>
<Label Content="OK!"/>
</StackPanel>
</Button.Content>
</Button>
效果如下:
原文:https://www.cnblogs.com/SHa-Jazy/p/13248127.html
评论(0)