FontPadding Property (TextElement)
In This Topic
Gets or sets whether the text bounding rectangle should include padding (only if the text has background).
Syntax
'Declaration
Public Property FontPadding As Boolean
public bool FontPadding {get; set;}
See Also