Skip to content

ACadSharp.Entities.MultiLeader.TextAttachmentDirection

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

TextAttachmentDirection Property

Gets or sets the Text attachment direction for text or block contents. This property overrides the value from when the flag is set in the property.

Remarks

This property defines whether the leaders attach to the left/right of the content block/text, or attach to the top/bottom. The value for all leader lines can be overridden for each individual leader line by the property when the flag is set in the property.

Definition

Namespace: ACadSharp.Entities.MultiLeader

C#

DxfCodeValueAttribute
public TextAttachmentDirectionType TextAttachmentDirection { get; set; }

Property Value

TextAttachmentDirectionType

Value

A .

Clone this wiki locally