ACadSharp.Objects.MultiLeaderStyle.TextBottomAttachment - DomCR/ACadSharp GitHub Wiki
Gets or sets the text bottom attachment type. This value controls the position of the connection point of the leader attached to the bottom of the text label.
This value can be overridden by the property when the flag is set in the property. This property is only relevant if is and a leader attached to the bottom of the text label exists.Namespace: ACadSharp.Objects.MultiLeaderStyle
C#
DxfCodeValueAttribute
public TextAttachmentType TextBottomAttachment { get; set; }
TextAttachmentType
A having the values 9 = Center, 10 = Underline and Center can be used ("vertical" attachment types).