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

c542639a 930c b4d4 edd7 1efe5d9ee1e7

haplokuon edited this page May 6, 2023 · 1 revision

CMLJust Property

netDxf 3.0.0 Library

Current multiline justification.

Definition

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

C#

public MLineJustification CMLJust { get; set; }

VB

Public Property CMLJust As MLineJustification
	Get
	Set

C++

public:
property MLineJustification CMLJust {
	MLineJustification get ();
	void set (MLineJustification value);
}

F#

member CMLJust : MLineJustification with get, set

Property Value

MLineJustification

Remarks

Default value: 0 (Top).

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally