Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

74fdb7b7 8f56 7b03 f536 bddb3082d196

haplokuon edited this page May 6, 2023 · 1 revision

Bold Property

netDxf 3.0.0 Library

Gets or sets if the text is bold.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool Bold { get; set; }

VB

Public Property Bold As Boolean
	Get
	Set

C++

public:
property bool Bold {
	bool get ();
	void set (bool value);
}

F#

member Bold : bool with get, set

Property Value

Boolean

Remarks

The font style must support bold characters.

See Also

Reference

MTextFormattingOptions Class
netDxf.Entities Namespace

Clone this wiki locally