4 lines
549 B
XML
4 lines
549 B
XML
<Canvas x:Name='nodeCanvas' Width='100' Height='100'>
|
|
<Path x:Name="nodePath" Width="100" Height="100" Stretch="Fill" StrokeLineJoin="Round" Stroke="#FF000000" Data="F1 M 322.237,297.39L 322.237,259.891L 422.237,259.891L 422.237,297.391L 422.237,309.891L 422.237,334.89C 418.237,329.422 411.044,323.954 397.237,323.954C 383.43,323.954 377.011,330.033 372.237,335.672C 366.237,341.141 361.044,347.391 347.237,347.391C 333.43,347.391 326.237,340.36 322.237,334.891L 322.237,334.891L 322.237,297.39 Z "/>
|
|
<TextBlock x:Name='nodeCaption'/>
|
|
</Canvas> |