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


IElementProperties3.AnchorPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IElementProperties3 Interface > IElementProperties3.AnchorPoint Property
ArcGIS Developer Help

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