AutoSize Property (EditBase)
Gets or sets a value that indicates whether the control is automatically sized to show all the content in a vertical direction.
public override bool AutoSize {get; set;}
'Declaration
Public Overrides Property AutoSize As Boolean
'Usage
Dim instance As EditBase
Dim value As Boolean
instance.AutoSize = value
value = instance.AutoSize
Property Value
true if enabled; otherwise,
false.
The default is
false.