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

63338f92 702e 8b8a 3c2e bdd2ebb5ddde

haplokuon edited this page May 6, 2023 · 1 revision

Alignment Property

netDxf 3.0.0 Library

Gets or sets the paragraph justification (text horizontal alignment).

Definition

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

C#

public MTextParagraphAlignment Alignment { get; set; }

VB

Public Property Alignment As MTextParagraphAlignment
	Get
	Set

C++

public:
property MTextParagraphAlignment Alignment {
	MTextParagraphAlignment get ();
	void set (MTextParagraphAlignment value);
}

F#

member Alignment : MTextParagraphAlignment with get, set

Property Value

MTextParagraphAlignment

See Also

Reference

MTextParagraphOptions Class
netDxf.Entities Namespace

Clone this wiki locally