Is there a way to change the appearance of an annotation? I can't seem to find what properties on an Ellipse Annotation control its appearance.
Thanks in advance,Trevor Braun
I think the PE property is what you're looking for:
EllipseAnnotation anno = new EllipseAnnotation();anno.PE.ElementType = PaintElementType.SolidFill;anno.PE.Fill = Color.Green;