Use AutoSize to make the layer automatically adjust the size to accommodate the width of the text.

When AutoSize is false, the text object has a fixed width.

When AutoSize is true, the size of the object is re-adjusted whenever the user edits the text.

Default: False

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