wpf绘图------------WPF

 

 <Path Height="8" x:Name="Path1" HorizontalAlignment="Right" 
                                VerticalAlignment="Center" Margin="0,0,3,0" Width="16"
                                Fill="#838383" Stretch="Fill" Stroke="#838383"
                                Data="M0.5,0.5 L9.5,0.5 L5.0625,9.5 L5.0625,9.5 z" 
                              Visibility="{TemplateBinding Visibility}" />

                                <Path Height="8" x:Name="path2" HorizontalAlignment="Left" 
                                VerticalAlignment="Center" Margin="0,0,3,0" Width="16"
                                Fill="#838383" Stretch="Fill" Stroke="#838383"
                                Data="M0.5,0.5 L-9.5,0.5 L-5.0625,-9.5 L-5.0625,-9.5 z" 
                              Visibility="{TemplateBinding Visibility}" />

 

posted on 2015-12-25 10:29  你的乐哥哥  阅读(344)  评论(0编辑  收藏  举报