'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)
public void PerformAutoSize( Nullable<bool> autoWidth )
Parameters
- autoWidth
- The width will be auto fit.