在WPF中自定义你的绘制(四)---part1
作者 佚名技术
来源 NET编程
浏览
发布时间 2012-05-21
2"> <LinearGradientBrush.RelativeTransform> <TransformGroup> <SkewTransform CenterX="0.537575" CenterY="0.874622" AngleX="10.8086" AngleY="0"/> <RotateTransform CenterX="0.537575" CenterY="0.874622" Angle="262.931"/> </TransformGroup> </LinearGradientBrush.RelativeTransform> <LinearGradientBrush.GradientStops> <GradientStop Color="#FF464544" Offset="0"/> <GradientStop Color="#FF6F6F6F" Offset="0.110169"/> <GradientStop Color="#FF6D6D6D" Offset="0.923729"/> <GradientStop Color="#FF464544" Offset="1"/> </LinearGradientBrush.GradientStops> </LinearGradientBrush> </Path.Fill> </Path> <Path x:Name="Path_12" Width="13.9266" Height="69.2278" Canvas.Left="211.45" Canvas.Top="470.776" Stretch="Fill" StrokeThickness="3" StrokeLineJoin="Round" Stroke="#FF3E3E3E" Data="F1 M 223.544,472.276L 212.95,477.454L 212.95,534.121L 223.877,538.503L 223.544,472.276 Z "> <Path.Fill> <LinearGradientBrush StartPoint="0.442797,0.0820298" EndPoint="0.442797,0.939104"> <LinearGradientBrush.GradientStops> <GradientStop Color="#FF585858" Offset="0.0169492"/> <GradientStop Color="#FF8E8E8E" Offset="0.182203"/> <GradientStop Color="#FF585858" Offset="0.516949"/> <GradientStop Color="#FF464544" Offset="1"/> </LinearGradientBrush.GradientStops> </LinearGradientBrush> </Path.Fill> </Path> <Path x:Name="Path_13" Width="555" Height="176" Canvas.Left="221.544" Canvas.Top="419.17" Stretch="Fill" StrokeThickness="4" StrokeLineJoin="Round" Stroke="#FF131212" Fill="#FF464544" Data="F1 M 499.877,421.17C 568.16,421.17 710.544,469.503 774.543,513.503C 716.432,547.17 576.144,593.17 503.877,593.17C 431.61,593.17 245.833,560.46 223.877,538.503C 223.877,525.196 223.544,489.388 223.544,472.276C 248.168,447.651 431.593,421.17 499.877,421.17 Z "/ |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: Enterprise Library 2.0 -- Security Application Block下一篇: Enterprise Library 2.0 -- Data Access Application Block(补充)
关于在WPF中自定义你的绘制(四)---part1的所有评论