Specifies whether the specified object's background style is opaque or transparent.
Syntax
object.BackgroundStyle [= enumBackgroundStyle]
Properties
The BackgroundStyle property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
enumBackgroundStyle |
The style of the object's background. |
Settings
The settings for enumBackgroundStyle are:
Constant |
Value |
Description |
Transparent |
1 |
The background style is transparent. |
Opaque |
2 |
The background style is opaque. (Default) |