This document is archived and information here might be outdated.  Recommended version.


IElementProperties3.AnchorPoint Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IElementProperties3.AnchorPoint Property

Anchor point of the element.

[Visual Basic .NET]
Public Property AnchorPoint As esriAnchorPointEnum
[C#]
public esriAnchorPointEnum AnchorPoint {get; set;}
[C++]
HRESULT get_AnchorPoint(
  esriAnchorPointEnum* AnchorPoint
);
[C++]
HRESULT put_AnchorPoint(
  esriAnchorPointEnum AnchorPoint
);
[C++]

Parameters AnchorPoint [out, retval]
AnchorPoint is a parameter of type esriAnchorPointEnum AnchorPoint [in]
AnchorPoint is a parameter of type esriAnchorPointEnum

Product Availability

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

See Also

IElementProperties3 Interface