首页 > Windows开发 > 详细

WPF Path 画箭头

时间:2019-04-02 12:40:40      阅读:877      评论:0      收藏:0      [点我收藏+]
原文:WPF Path 画箭头

代码:

技术分享图片
<Window x:Class="WpfApplication1.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="MainWindow" Height="350" Width="525" WindowStartupLocation="CenterScreen">
    <Grid Background="White">
        <Border Width="36" Height="36">
            <Path Fill="Red" Data="M -15,8 L 17,17 C 17,17 19,18 17,19 L 17,19 L -15,28 C -15,28 -17,28.2 -16,26 L -16,26 L -5,18 L -16,10 C -16,10 -17,8.5 -15,8 Z"></Path>
        </Border>
    </Grid>
</Window>
View Code

设计图:

技术分享图片

运行效果图:

技术分享图片

效果图放大:

技术分享图片

 

WPF Path 画箭头

原文:https://www.cnblogs.com/lonelyxmas/p/10641702.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!