Skip to content

ACadSharp.Objects.MultiLeaderAnnotContext.TextTopAttachment

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

TextTopAttachment Property

Gets or sets the text top attachment type (see ). This property override 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#

public TextAttachmentType TextTopAttachment { get; set; }

Property Value

TextAttachmentType

Value

A having the values 9 = Center, 10 = Underline and Center can be used ("vertical" attachment types).

Clone this wiki locally