ArcObjects Library Reference (Display)  

IDynamicCompoundMarker2.SetTextSpacing Method

Indicates the spacing between each two adjacent text boxes.

[Visual Basic .NET]
Public Sub SetTextSpacing ( _
    ByVal textSpacingX As Single, _
    ByVal textSpacingY As Single _
)
[C#]
public void SetTextSpacing (
    float textSpacingX,
    float textSpacingY
);
[C++]
HRESULT SetTextSpacing(
  float textSpacingX,
  float textSpacingY
);
[C++]

Parameters

textSpacingX [in]   textSpacingX is a parameter of type float textSpacingY [in]   textSpacingY is a parameter of type float

Product Availability

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

Remarks

Text spacing is the spacing between the text labels in each region (center, top, bottom, left, right). Y is the vertical spacing between each two adjacent text labels in a column. X is the horizontal spacing between each two columns of the same region.

See Also

IDynamicCompoundMarker2 Interface