ShrinkToFit Property (TextBox)
In This Topic
Gets ot sets the value indicating whether the TextBox should decrease the font size in order to fit the content.
Syntax
'Declaration
Public Property ShrinkToFit As Boolean
public bool ShrinkToFit {get; set;}
See Also