Files
2026-06-01 12:46:52 +02:00

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>