In This Topic
Gets a value indicating whether this
Font is bold.
Syntax
'Declaration
Public Property Bold As Boolean
'Usage
Dim instance As Font
Dim value As Boolean
instance.Bold = value
value = instance.Bold
public bool Bold {get; set;}
Property Value
true
if this
Font is bold; otherwise,
false
.
See Also