Gets or sets whether the text is bold.
'Declaration
Public Property Bold As Boolean
'Usage
Dim instance As SubStyle
Dim value As Boolean
instance.Bold = value
value = instance.Bold
public bool Bold {get; set;}
Property Value
A
bool value that indicates whether the text is bold.