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


IDynamicCompoundMarker2.TextAutoAdjust Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicCompoundMarker2 Interface > IDynamicCompoundMarker2.TextAutoAdjust Property
ArcGIS Developer Help

IDynamicCompoundMarker2.TextAutoAdjust Property

Indicates whether the text boxes are to be auto ajdusted.

[Visual Basic .NET]
Public Property TextAutoAdjust As Boolean
[C#]
public bool TextAutoAdjust {get; set;}
[C++]
HRESULT get_TextAutoAdjust(
  Boolean* autoAdjust
);
[C++]
HRESULT put_TextAutoAdjust(
  VARIANT_BOOL autoAdjust
);
[C++]
Parameters
autoAdjust [out, retval]

autoAdjust is a parameter of type bool* autoAdjust [in]
autoAdjust is a parameter of type bool

Product Availability

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

Remarks

When TextAutoAdjust is set to true, the text labels along with their text boxes, are realigned so that they will not overlap.

See Also

IDynamicCompoundMarker2 Interface