BackDropBackgroundStyle Property

Defines the background style for the group's bounding rectangle.

Syntax

object.BackDropBackgroundStyle [= enumBackgroundStyle]

Properties

The BackDropBackgroundStyle property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

enumBackgroundStyle

Specifies the style to display for the group'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)

 

Applies To