Skip to content

ACadSharp.Objects.MultiLeaderStyle.TextRightAttachment

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

TextRightAttachment Property

Gets or sets the Text Right Attachment Type. This value controls the position of the connection point of the leader attached to the right side of the text label.

Remarks

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 right side of the text label exists.

Definition

Namespace: ACadSharp.Objects.MultiLeaderStyle

C#

DxfCodeValueAttribute
public TextAttachmentType TextRightAttachment { get; set; }

Property Value

TextAttachmentType

Value

A having the values 0-8 can be used ("horizontal" attachment types).

Clone this wiki locally