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

11 lines
346 B
C#

No rotation
<Window x:Class="Workspace.DockExample"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Workspace" Width="600" Height="360">
<Polyline Points="24,24 0,48 25,80 40,40 20,20 23,0" Stroke="Blue" StrokeThickness="8"/>
</Window>