<Window x:Class="Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Use ListBox" Height="300" Width="300">
<Canvas>
<Path Fill="Blue" Data="M 240,250
C 200,375 200,250 175,200
C 100,375 200,250 175,200
C 100,400 100,250 100,200
C 0,350 0,250 30,130
C 75,0 100,0 150,0
C 200,0 250,0 250,150 Z"/>
</Canvas>
</Window>
|