Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / PerformAutoSize Method
The width will be auto fit.


In This Topic
PerformAutoSize Method
In This Topic
Changes the size of this shape to fit text.
Syntax
'Declaration
 
Public Sub PerformAutoSize( _
   Optional ByVal autoWidth As Nullable(Of Boolean) _
) 
 
'Usage
 
Dim instance As Shape
Dim autoWidth As Nullable(Of Boolean)
 
instance.PerformAutoSize(autoWidth)

Parameters

autoWidth
The width will be auto fit.
See Also