Skip to content

ACadSharp.Objects.MultiLeaderAnnotContext.TextLeftAttachment

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

TextLeftAttachment Property

Gets or sets the text top attachment type (see ). This property overrides the value from when the flag is set (see property).

Remarks

This property is also exposed by the class (). Values should be equal, the value of this property is assumed to be used.

Definition

Namespace: ACadSharp.Objects.MultiLeaderAnnotContext

C#

DxfCodeValueAttribute
public TextAttachmentType TextLeftAttachment { get; set; }

Property Value

TextAttachmentType

Value

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

Clone this wiki locally