FontPadding Property (InputMaskedTextBox)
In This Topic
Gets or sets whether the
InputComponent should use padding to avoid text clipping.
Syntax
'Declaration
Public Overridable Property FontPadding As Boolean
public virtual bool FontPadding {get; set;}
See Also