Use AutoSize to make the text object adjust its size automatically so the bounding box accommodates the height of the text.

When AutoSize is False, the text object has a fixed height. When AutoSize is True, the size of the object is readjusted whenever the user insert or delete characters.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool AutoSize { get; set; }
Public Property AutoSize As Boolean
	Get
	Set
public:
property bool AutoSize {
	bool get ();
	void set (bool value);
}

See Also