Never mind, kind of... Found the methods for setting line color and width. That said, I tried this:
shape main {
noshadow = true;
setlinestyle("dash");
setpencolor(0,0,0);
setpenwidth(2);
startpath();
moveto(0,0);
lineto(100,0);
endpath();
}
Sets line to, well, nothing. I see the arrow, but no color, no dashes, etc.
Oh, and I can add that each time I attempt to update the UML type more than once, EA crashes. Again, I have to be doing something wrong here.