Skip to content

ACadSharp.Tables.LineType.Alignment

Albert Domenech edited this page Sep 27, 2024 · 3 revisions

Alignment Property

Alignment code.

Definition

Namespace: ACadSharp.Tables.LineType

C#

DxfCodeValueAttribute
public Char Alignment { get; internal set; }

Property Value

Char

Value

value is always 65, the ASCII code for A.

Clone this wiki locally