Creating a crow's foot notation link

Hi.

I’m implementing an erd diagram using GoDiagram.

How would I create a crow’s foot notation which looks something like this.

My code right now is…
.
.
FromArrowStyle = true;
FromArrowStyle = GoStrokeArrowheadStyle.Cross;

ToArrow = true;
ToArrowStyle = GoStrokeArrowheadStyle.Circle;
ToArrowFilled = false;
.
.

Thank you.

see this entry