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

6a01bc6e 55c2 0b13 aea1 d539206fb9c3

haplokuon edited this page May 6, 2023 · 1 revision

MTextAttachmentPoint Enumeration

netDxf 3.0.0 Library

Defines the multiline text attachment point.

Definition

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

C#

public enum MTextAttachmentPoint

VB

Public Enumeration MTextAttachmentPoint

C++

public enum class MTextAttachmentPoint

F#

type MTextAttachmentPoint

Members

TopLeft 1 Top left.
TopCenter 2 Top center.
TopRight 3 Top right.
MiddleLeft 4 Middle left.
MiddleCenter 5 Middle center.
MiddleRight 6 Middle right.
BottomLeft 7 Bottom left.
BottomCenter 8 Bottom center.
BottomRight 9 Bottom right.

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally