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

8958b143 25a0 968c 0e10 fdda5c29c53c

haplokuon edited this page May 6, 2023 · 1 revision

MTextParagraphAlignment Enumeration

netDxf 3.0.0 Library

Paragraph text horizontal alignment.

Definition

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

C#

public enum MTextParagraphAlignment

VB

Public Enumeration MTextParagraphAlignment

C++

public enum class MTextParagraphAlignment

F#

type MTextParagraphAlignment

Members

Default 0 Default
Left 1 Left.
Center 2 Center.
Right 3 Right.
Justified 4 Justified.
Distribute 5 Distribute.

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally