Gets or sets the whether the text format is bold.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Bold As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITextFormat
Dim value As Boolean
instance.Bold = value
value = instance.Bold
|
C++/CLI | |
---|
property bool Bold {
bool get();
void set (bool value);
} |
Return Value
TRUE if the Text is bold, FALSE otherwise
Example
See Also