代码:

WPF Path 画箭头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 画箭头

运行效果图:

WPF Path 画箭头

效果图放大:

WPF Path 画箭头

 

相关文章:

  • 2021-07-26
  • 2022-12-23
  • 2021-07-26
  • 2021-06-25
  • 2021-12-06
  • 2021-11-27
  • 2021-10-05
  • 2021-10-23
猜你喜欢
  • 2021-12-26
  • 2021-12-07
  • 2022-01-02
  • 2022-12-23
相关资源
相似解决方案