A value that indicates whether to automatically adjust the text object to fit within the boundaries of the enclosing text.
Object.defineProperty(AnnTextEditDesigner.prototype, 'autoSizeAfterEdit',
get: function(),
set: function(value)
)
true to automatically resize the text object to adjust it to fit within the boundaries of the enclosing text, otherwise; false. Default value is false.
When the value of AutoSizeAfterEdit is false (the default value) and the user changes the text in the control using automation, the boundaries of the object does not change.
When the value of AutoSizeAfterEdit is set to true: