4 lines
195 B
XML
4 lines
195 B
XML
<Canvas x:Name='nodeCanvas' Height="100" Width="100" ConnectionPointsIn='Rhombus'>
|
|
<Ellipse x:Name='nodePath' Stroke="Black" Width="100" Height="100"/>
|
|
<TextBlock x:Name='nodeCaption'/>
|
|
</Canvas> |