Files
Leviathan/Library/External/XTToolkitPro/include/FlowGraph/res/star.xaml
T
2026-06-01 12:46:52 +02:00

5 lines
361 B
XML

<Canvas x:Name='nodeCanvas' Height="100" Width="100">
<Path x:Name='nodePath' Stretch='Fill' Width='100' Height='100' Stroke="#000000" StrokeThickness="1" StrokeStartLineCap="Round" StrokeEndLineCap="Round" StrokeLineJoin="Round" Data="M 0,0 l 10,0 l 5,-10 l 5,10 l 10,0 l -7,10 l 2,10 l -10,-5 l -10,5 l 2,-10 Z" />
<TextBlock x:Name='nodeCaption'/>
</Canvas>