In This Topic
True if the font is bold.
Syntax
'Declaration
Public Property Bold As Boolean
'Usage
Dim instance As FontInfo
Dim value As Boolean
instance.Bold = value
value = instance.Bold
public bool Bold {get; set;}
Property Value
true
if bold; otherwise,
false
.
See Also