Skip to content

ACadSharp.Entities.MultiLeader.TextAlignment

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

TextAlignment Property

Gets or sets the text alignement type.

Remarks

The Open Design Specification for DWG documents this property as Unknown, DXF reference as Text Aligment Type. Available DWG and DXF sample documents saved by AutoCAD return always 0=Left. 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#

DxfCodeValueAttribute
public TextAlignmentType TextAlignment { get; set; }

Property Value

TextAlignmentType

Clone this wiki locally