Updates the size of the layer to fit the displayed text.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SizeToText(
	bool enlargeOnly
)
Public Sub SizeToText ( _
	enlargeOnly As Boolean _
)
public:
void SizeToText(
	bool enlargeOnly
)

Parameters

enlargeOnly
Boolean
If EnlargeOnly is true, the layer will not be reduced in size to fit the text more tightly, only enlarged to ensure all text is visible.

See Also