Indicates the drawing style for an arrow.
Source position: graphutil.pp line 65
type TArrowType = (
atSolid,
Arrow is drawn using a solid, filled color.
atArrows
Arrow is drawn using chevrons.
);