ImageGear .NET - Updated October 2, 2018
AutoSize Property (ImGearARTText)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTText Class : AutoSize Property
Gets or sets a value indicating whether the annotation size will be automatically expanded (or shrunk) to fit the given text within the text annotation.
Syntax
'Declaration
 
Public Property AutoSize As Boolean
 
'Usage
 
Dim instance As ImGearARTText
Dim value As Boolean
 
instance.AutoSize = value
 
value = instance.AutoSize

Property Value

Boolean value.
Remarks
The default value is false.
See Also

Reference

ImGearARTText Class
ImGearARTText Members