ArcObjects Library Reference (Maplex)  

IMaplexPlacedLabel.AnchorPoint Property

The anchor point used for text backgrounds with a callout.

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

Parameters

AnchorPoint [out, retval]

  AnchorPoint is a parameter of type IPoint

AnchorPoint [in]

  AnchorPoint is a parameter of type IPoint

Product Availability

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

See Also

IMaplexPlacedLabel Interface