ACadSharp.Tables.DimensionStyle.TextVerticalPosition - DomCR/ACadSharp GitHub Wiki
TextVerticalPosition Property
Controls the vertical position of dimension text above or below the dimension line (see DIMTVP System Variable).
Remarks
The TextVerticalPosition value is used when is off. The magnitude of the vertical offset of text is the product of the text height and TextVerticalPosition. Setting TextVerticalPosition to 1.0 is equivalent to setting to on. The dimension line splits to accommodate the text only if the absolute value of TextVerticalPosition is less than 0.7.
Definition
Namespace: ACadSharp.Tables.DimensionStyle
C#
DxfCodeValueAttribute
public Double TextVerticalPosition { get; set; }
Property Value
Double