Hello everyone, i'm working with annotation layer and annotation feature.
I added an annotation feature to annotation layer. Now i want to get it's precise extent. I tried inpector.GetAnnotationProperties().Shape, but it returns a MapPoint, not the boundary of text. If i use inspector["Shape"] or inspector.GeometryAttribute.CurrentValue, it returns a polygon, but not exactly bound the text, like in image below:

My question is, how to get annotation feature boundary, exactly cover the text, like this image
