FontInformationAttachmentPoint Property |
Sets and retrieves the position relative to which a text block is placed.
The group code 71 in a DXF file (values between 1 and 9) corresponds to these positions:
1: Top left, 2: Top center, 3: Top right
4: Middle left, 5: Middle center, 6: Middle right
7: Bottom left, 8: Bottom center, 9: Bottom right
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 AttachmentPoint AttachmentPoint { get; set; }
Property Value
AttachmentPoint
See Also