码迷,mamicode.com
首页 > Windows程序 > 详细

wpf 圆角TextBox 样式

时间:2017-09-01 14:25:36      阅读:248      评论:0      收藏:0      [点我收藏+]

标签:ack   erb   target   box   value   nes   tty   ext   tar   

<Style x:Key="RoundCornerTextStyle" TargetType="{x:Type TextBox}">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type TextBox}">
<Border x:Name="border" BorderBrush="{TemplateBinding BorderBrush}" CornerRadius="5" BorderThickness="{TemplateBinding BorderThickness}" Background="{TemplateBinding Background}" >
</Border>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>

wpf 圆角TextBox 样式

标签:ack   erb   target   box   value   nes   tty   ext   tar   

原文地址:http://www.cnblogs.com/Blog-ztn/p/7462883.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!