Skip to content

ACadSharp.Entities.MultiLeader.TextRightAttachment

Albert Domenech edited this page Jul 16, 2024 · 2 revisions

TextRightAttachment Property

Gets or sets the text right 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 is assumed to be used.

Definition

Namespace: ACadSharp.Entities.MultiLeader

C#

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