'Declaration
Public Function PerformAutoSize( _ Optional ByVal autoWidth As Nullable(Of Boolean) _ ) As Boolean
'Usage
Dim instance As Shape Dim autoWidth As Nullable(Of Boolean) Dim value As Boolean value = instance.PerformAutoSize(autoWidth)
public bool PerformAutoSize( Nullable<bool> autoWidth )
Parameters
- autoWidth
- The width will be auto fit.
Return Value
true
if the size of shape is changed; otherwise, false
.