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.