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