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(
VARIANT_BOOL* autoAdjust
);
[C++]
HRESULT put_TextAutoAdjust(
VARIANT_BOOL autoAdjust
);
[C++]Parameters
autoAdjust [out, retval] autoAdjust is a parameter of type VARIANT_BOOL autoAdjust [in] autoAdjust is a parameter of type VARIANT_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.