Skip to content

ACadSharp.Entities.MultiLeader.TextAttachmentPoint

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

TextAttachmentPoint Property

Gets or sets a value indicating the text attachment point.

Remarks

The Open Desisign Specification for DWG files documents this property as Justification, the DXF referenece as Text Attachmenst 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