ArcObjects Library Reference (Display)  

IRotateTextFeedback.Anchor Property

The anchor point of the feedback.

[Visual Basic .NET]
Public ReadOnly Property Anchor As IPoint
[C#]
public IPoint Anchor {get;}
[C++]
HRESULT get_Anchor(
  IPoint** Anchor
);
[C++]

Parameters

Anchor [out, retval]

  Anchor is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRotateTextFeedback Interface