Skip to content

ACadSharp.Entities.MultiLeader.TextAttachmentPoint

Albert Domenech edited this page Apr 6, 2025 · 4 revisions

TextAttachmentPoint Property

Gets or sets a value indicating the text attachment point.

Remarks

The Open Design Specification for DWG files documents this property as Justification, the DXF reference as Text Attachments point. This property is also exposed by the class (). The property always has the same value and seems to have the respective value as . The property is to be used.

Definition

Namespace: ACadSharp.Entities.MultiLeader

C#

DxfCodeValueAttribute
public TextAttachmentPointType TextAttachmentPoint { get; set; }

Property Value

TextAttachmentPointType

Clone this wiki locally