Click or drag to resize

MTextFormattingOptionsBold Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets if the text is bold.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool Bold { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks
The style font must support bold characters.
See Also