ACadSharp.Tables.DimensionStyle.TextInsideExtensions - DomCR/ACadSharp GitHub Wiki
Draws text between extension lines (see DIMTIX System Variable).
Namespace: ACadSharp.Tables.DimensionStyle
C#
DxfCodeValueAttribute
public Boolean TextInsideExtensions { get; set; }
Boolean
false: For linear and angular dimensions, dimension text is placed inside the extension lines if there is sufficient room. true: Draws dimension text between the extension lines even if it would ordinarily be placed outside those lines. For radius and diameter dimensions, TextInsideExtensions on (true) always forces the dimension text outside the circle or arc.