读书笔记之 programming wp7 之textblock

<TextBlock FontSize="36"
TextWrapping="Wrap">
This is
some <Run FontWeight="Bold">bold</Run> text and
some <Run FontStyle="Italic">italic</Run> text and
some <Run Foreground="Red">red</Run> text and
some <Run TextDecorations="Underline">underlined</Run> text
and some <Run FontWeight="Bold"
FontStyle="Italic"
Foreground="Cyan"
FontSize="72"
TextDecorations="Underline">big</Run> text. </TextBlock>

 

 

posted on 2012-05-29 15:51  GIS-MAN  阅读(169)  评论(0编辑  收藏  举报

导航