Skip to content

ACadSharp.Tables.DimensionStyle.TextInsideHorizontal

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

TextInsideHorizontal Property

Controls the position of dimension text inside the extension lines for all dimension types except Ordinate. (see DIMTIH System Variable).

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Boolean TextInsideHorizontal { get; set; }

Property Value

Boolean

Value

true if the text is to be drawn horizontally;

Clone this wiki locally