VerticalTextPosition Property |
Specifies the vertical position of text in relation to the dimension line.
Signature
object.VerticalTextPosition
object
Dim3PointAngular, DimAligned, DimAngular, DimArcLength, DimDiametric, DimOrdinate, DimRadial, DimRadialLarge, DimRotated, Leader
The object or objects this property applies to.
VerticalTextPosition
acDimVerticalJustification enum; read-write
acVertCentered |
Centers the dimension text between the extension lines. |
acAbove |
Places the dimension text above the dimension line except when the dimension line is not horizontal and text inside the extension lines is forced horizontal (DIMTIH = 1). The distance from the dimension line to the baseline of the lowest line of text is the current DIMGAP value. |
acOutside |
Places the dimension text on the side of the dimension line farthest from the defining points. |
acJIS |
Places the dimension text to conform to Japanese Industrial Standards (JIS). |
System variables
This property overrides the value of the DIMTAD system variable for the given dimension, leader, or tolerance object.
Remarks
The initial value for this property is acVertCentered.
Comments? |