AutoSize Property (C1TextBox)
In This Topic
Gets or sets a value indicating whether the height of the control automatically adjusts when the font assigned to the control is changed.
Syntax
'Declaration
Public Shadows Property AutoSize As Boolean
public new bool AutoSize {get; set;}
See Also