You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
657 B

<Window x:Class="YiYan127.WPF.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:arrows="clr-namespace:YiYan127.WPF.Arrows"
Title="MainWindow"
Width="525"
Height="350">
<Canvas>
<arrows:ArrowLine Stroke="Black"
StartPoint="10,10"
EndPoint="100,100" />
<arrows:ArrowLineWithText ArrowEnds="Both"
IsTextUp="True"
Stroke="Blue"
StrokeDashArray="5,3"