后台设计控件的样式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)
推荐(1)