随笔分类 -  Silverlight样式

后台设计控件的样式Style
摘要:先将样式定义在App.xaml中<Application.Resources> <Style x:Key="MsgTextBlock" TargetType="TextBlock"> <Setter Property="Height" Value="auto"/> <Setter Property="Width" Value="auto"/> <Setter Property="FontSize" Va 阅读全文
posted @ 2013-02-04 09:39 NNKOOK 阅读(874) 评论(0) 推荐(1)