This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicCompoundMarker2 Interface > IDynamicCompoundMarker2.TextAutoAdjust Property (ArcObjects .NET 10.4 SDK) |
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
When TextAutoAdjust is set to true, the text labels along with their text boxes, are realigned so that they will not overlap.