AttachmentPoint Enumeration |
Gives the position relative to which a text block is placed.
TopLeft means the attachment point is in the upper left corner of the text block.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic enum AttachmentPoint
MembersMember name | Value | Description |
---|
TopLeft | 1 | |
TopCenter | 2 | |
TopRight | 3 | |
MiddleLeft | 4 | |
MiddleCenter | 5 | |
MiddleRight | 6 | |
BottomLeft | 7 | |
BottomCenter | 8 | |
BottomRight | 9 | |
BottomLeftFirstLine | 10 | |
BottomCenterFirstLine | 11 | |
BottomRightFirstLine | 12 | |
See Also