MTextFormattingOptionsBold Property
|
Gets or sets if the text is bold.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool Bold { get; set; }
Public Property Bold As Boolean
Get
Set
public:
property bool Bold {
bool get ();
void set (bool value);
}
member Bold : bool with get, set
PROPERTY Bold AS LOGIC GET SET
Property Value
Type:
BooleanRemarks The style font must support bold characters.
See Also