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