This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
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 MTextParagraphAlignmentVB
Public Enumeration MTextParagraphAlignmentC++
public enum class MTextParagraphAlignmentF#
type MTextParagraphAlignment| Default | 0 | Default |
| Left | 1 | Left. |
| Center | 2 | Center. |
| Right | 3 | Right. |
| Justified | 4 | Justified. |
| Distribute | 5 | Distribute. |