'Declaration Public Property AutoSize As Boolean
'Usage Dim instance As CharBoxInfo Dim value As Boolean instance.AutoSize = value value = instance.AutoSize
public bool AutoSize {get; set;}
Property Value
A bool value indicating whether the height of the control automatically adjusts when the font assigned to the control is changed.The default is true.