BackgroundColor Property (ActiveX)

Specifies the background color of the hatch object.

Supported platforms: Windows only

Signature

VBA:

object.BackgroundColor
object

Type: Hatch

The object this property applies to.

Property Value

Read-only: No

Type: AcCmColor

Hatch object's background color.

Remarks

The value contained in this property is the Background Color property in the Properties palette.

Examples

VBA:

Not available

Visual LISP:

Not available