TextFillColor Property (ActiveX)

Sets text fill color.

Supported platforms: Windows only

Signature

VBA:

object.TextFillColor
object

Type: Dim3PointAngular, DimAligned, DimAngular, DimArcLength, DimDiametric, Dimension, DimOrdinate, DimRadial, DimRadialLarge, DimRotated

The objects this property applies to.

Property Value

Read-only: No

Type: ACAD_COLOR

The text fill color assigned to the object.

Remarks

Note: This property overrides the value of the DIMTFILLCLR system variable.

Examples

VBA:

Not available

Visual LISP:

Not available