4 lines
174 B
XML
4 lines
174 B
XML
<Canvas x:Name='nodeCanvas' Height='100' Width='100' ConnectionPointsIn='Center'>
|
|
<Image x:Name='nodeImage' Stretch='Fill'/>
|
|
<TextBlock x:Name='nodeCaption'/>
|
|
</Canvas> |