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

b669a3e5 8a13 871c 8fb3 04151c9d1a8b

haplokuon edited this page May 6, 2023 · 1 revision

Underline Property

netDxf 3.0.0 Library

Gets or sets underline.

Definition

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

C#

public bool Underline { get; set; }

VB

Public Property Underline As Boolean
	Get
	Set

C++

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

F#

member Underline : bool with get, set

Property Value

Boolean

See Also

Reference

MTextFormattingOptions Class
netDxf.Entities Namespace

Clone this wiki locally