ACadSharp.Objects.MultiLeaderAnnotContext.TextAlignment - DomCR/ACadSharp GitHub Wiki

TextAlignment Property

Gets or sets the text alignment, i.e. the alignment of text lines if the a multiline text label, relative to the . This property overrides the value from when the flag is set in the property.

Remarks

This property contains the alignment value specified in AutoCAD rather than and seems always to be consistent with . Note that when changing this value the must be changed accordingly.

Definition

Namespace: ACadSharp.Objects.MultiLeaderAnnotContext

C#

DxfCodeValueAttribute
public TextAlignmentType TextAlignment { get; set; }

Property Value

TextAlignmentType

⚠️ **GitHub.com Fallback** ⚠️