TextMovement Property |
Specifies how dimension text is drawn when text is moved.
Signature
object.TextMovement
object
Dim3PointAngular, DimAligned, DimAngular, DimArcLength, DimDiametric, DimOrdinate, DimRadial, DimRadialLarge, DimRotated
The object or objects this property applies to.
TextMovement
acDimTextMovement enum; read-write
acDimLineWithText |
The dimension line follows the text. |
acMoveTextAddLeader |
The text moves independently of the dimension line, with a leader drawn from the text to the dimension line. |
acMoveTextNoLeader |
The text moves independently of the dimension line, with no leader drawn from the text to the dimension line. |
System variables
This property overrides the value of the DIMTMOVE system variable for the given dimension.
Remarks
The initial value for this property is acMoveTextNoLeader.
Comments? |