Click or drag to resize

MTextAttachmentPoint Enumeration

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines the multiline text attachment point.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public enum MTextAttachmentPoint
Request Example View Source
Members
  Member nameValueDescription
TopLeft1 Top left.
TopCenter2 Top center.
TopRight3 Top right.
MiddleLeft4 Middle left.
MiddleCenter5 Middle center.
MiddleRight6 Middle right.
BottomLeft7 Bottom left.
BottomCenter8 Bottom center.
BottomRight9 Bottom right.
See Also