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


IDynamicCompoundMarker.SetMarkerToTextOffset Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicCompoundMarker Interface > IDynamicCompoundMarker.SetMarkerToTextOffset Method
ArcGIS Developer Help

IDynamicCompoundMarker.SetMarkerToTextOffset Method

The offset of the text from the marker in pixels.

[Visual Basic .NET]
Public Sub SetMarkerToTextOffset ( _
    ByVal XOffset As Single, _
    ByVal YOffset As Single _
)
[C#]
public void SetMarkerToTextOffset (
    float XOffset,
    float YOffset
);
[C++]
HRESULT SetMarkerToTextOffset(
  float XOffset,
  float YOffset
);
[C++]
Parameters
XOffset [in]

XOffset is a parameter of type single YOffset [in]
YOffset is a parameter of type single

Product Availability

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

Remarks

Offset is the distance between the marker and the text labels.
X refers to the left and right offsets. Y refers to the top and bottom offsets.

See Also

IDynamicCompoundMarker Interface