Click or drag to resize

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.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public enum AttachmentPoint
Members
Member nameValueDescription
TopLeft1 
TopCenter2 
TopRight3 
MiddleLeft4 
MiddleCenter5 
MiddleRight6 
BottomLeft7 
BottomCenter8 
BottomRight9 
BottomLeftFirstLine10 
BottomCenterFirstLine11 
BottomRightFirstLine12 
See Also