EntityTransparency Property (ActiveX)

Specifies the transparency value for the entity.

Supported platforms: Windows only

Signature

VBA:

object.EntityTransparency
object

Type: All drawing objects

The object this property applies to.

Property Value

Read-only: No

Type: String

Use one of the following values:

Remarks

When representing a percentage of transparency for an entity, the string value is of an integer and not a double.

Examples

VBA:

Not available

Visual LISP:

Not available