4 lines
242 B
XML
4 lines
242 B
XML
<Canvas x:Name='nodeCanvas' Height="170" Width="170">
|
|
<Path x:Name='nodePath' Height="170" Width="170" Stretch='Fill' Data="M 0,50 l 50,-50 l 50,50 l -50,50 Z" Stroke="Black" StrokeThickness="1"/>
|
|
<TextBlock x:Name='nodeCaption'/>
|
|
</Canvas> |