Set interior color of callout arrow in FreeText

I am interested in changing the line ending style of the arrow on a FreeText with callout line points to e_ClosedArrow (see below).

freeText.SetEndingStyle(Line.EndingStyle.e_ClosedArrow);

However, I’d also like to change the interior color of the arrowhead (not the rest of the FreeText) using something like SetInteriorColor(). Is this possible?

– Michael

Unfortunately SetInteriorColor specifies both the arrow head and text box background colors.

You could use two annots, a regular free text, and an arrow to separate them, or generate your own appearance. The latter of course is much more difficult. Also, neither would work if you expect people to modify the annotation(s), unless you know they are doing it in your app, in which case you would have more control over this.