文章分类 -  WPF Learn

WPF Learn: Resouse
摘要:<Window.Resources> <Style x:Key="buttonStyle" TargetType="Button"> <Setter Property="Background" Value="White"></Setter> <Style.Triggers> <Trigger Property="Button.IsMouseOver" Value="True"> <Setter Pr 阅读全文

posted @ 2012-08-24 00:23 笑东风 阅读(194) 评论(0) 推荐(0) 编辑

WPFLearn3 VisalBrush 实现倒影
摘要:<StackPanel> <TextBox Name="txtInput" DockPanel.Dock="Top" FontSize="20" Margin="0,20,0,0" Height="60" Width="500"></TextBox> <Rectangle Height="60" Width="500" DockPanel.Dock="Top"> < 阅读全文

posted @ 2012-08-22 23:48 笑东风 阅读(127) 评论(0) 推荐(0) 编辑

WPF Learn: Brush
摘要:LineBrush:<Rectangle Height="145" HorizontalAlignment="Left" Name="ellipse2" Stroke="Black" VerticalAlignment="Top" Width="301" > <Rectangle.Fill> <LinearGradientBrush StartPoint="0,0" EndPoint="1,1"> & 阅读全文

posted @ 2012-08-22 23:34 笑东风 阅读(115) 评论(0) 推荐(0) 编辑

WPF Learn: How to stoke a smile face.
摘要:<Canvas Width="200" Height="200"> <Ellipse Fill="Yellow" Width="200" Height="200" Stroke="#8D0D0D0C" StrokeThickness="10"></Ellipse> <Ellipse Fill="Black" Width="20" Height="20" C 阅读全文

posted @ 2012-08-21 23:40 笑东风 阅读(179) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示