4 lines
649 B
XML
4 lines
649 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 372.237,17.4608C 399.851,17.4608 422.237,39.8466 422.237,67.4608C 422.237,95.075 399.852,117.461 372.237,117.461C 344.623,117.461 322.237,95.075 322.237,67.4608C 322.237,39.8466 344.623,17.4608 372.237,17.4608 Z M 372.237,37.4609C 355.669,37.4609 342.237,50.8923 342.237,67.4609C 342.237,84.0294 355.669,97.4608 372.237,97.4608C 388.806,97.4608 402.237,84.0294 402.237,67.4609C 402.237,50.8923 388.806,37.4609 372.237,37.4609 Z"/>
|
|
<TextBlock x:Name='nodeCaption'/>
|
|
</Canvas> |