2012年5月29日

wp 记账簿

摘要: xaml 代码<Grid x:Name="LayoutRoot"> <Grid.Background> <ImageBrush Stretch="Fill" ImageSource="QTRASH.PNG"/> </Grid.Background> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height="*"/> &l 阅读全文

posted @ 2012-05-29 19:52 GIS-MAN 阅读(1067) 评论(5) 推荐(0) 编辑

ellipse

摘要: <Ellipse Fill="Blue" Stroke="Red" StrokeThickness="50" /> <Ellipse Width="300" Height="300"> 166 <Ellipse.Fill> <RadialGradientBrush Center="0.4 0.4" GradientOrigin="0.4 0.4"> <G... 阅读全文

posted @ 2012-05-29 17:31 GIS-MAN 阅读(316) 评论(0) 推荐(0) 编辑

读书笔记 之 image

摘要: <Image Source="Images/BuzzAldrinOnTheMoon.png"> <Image.OpacityMask> <RadialGradientBrush> <GradientStop Offset="0" Color="White" /> <GradientStop Offset="0.8" Color="White" /> <Gradie... 阅读全文

posted @ 2012-05-29 16:39 GIS-MAN 阅读(220) 评论(0) 推荐(0) 编辑

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<... 阅读全文

posted @ 2012-05-29 16:25 GIS-MAN 阅读(199) 评论(0) 推荐(0) 编辑

读书笔记之 programming wp7 之textblock

摘要: <TextBlock FontSize="36"TextWrapping="Wrap">This issome <Run FontWeight="Bold">bold</Run> text andsome <Run FontStyle="Italic">italic</Run> text andsome <Run Foreground="Red">red</Run> text andsome <Run Te 阅读全文

posted @ 2012-05-29 15:51 GIS-MAN 阅读(169) 评论(0) 推荐(0) 编辑

导航