This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
8958b143 25a0 968c 0e10 fdda5c29c53c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Paragraph text horizontal alignment.
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
Default | 0 | Default |
Left | 1 | Left. |
Center | 2 | Center. |
Right | 3 | Right. |
Justified | 4 | Justified. |
Distribute | 5 | Distribute. |