【发布时间】:2011-03-09 04:28:16
【问题描述】:
我在 WPF 中有一个标签,我想重新设置它的样式,使其具有圆角。
我已经有了以下代码:
<Style TargetType="{x:Type Label}">
<Setter Property="Background" Value="Red"/>
<Setter Property="Margin" Value="2,2,2,2"/>
<Setter Property="BorderThickness" Value="2"/>
<Setter Property="BorderBrush" Value="Blue"/>
</Style>
谁能帮助我如何在这个标签上添加一个角半径
非常感谢
【问题讨论】:
标签: wpf