BackdropFadeType Property

Specifies the kind of fade used for the group's gradient fill.

Syntax

object.BackdropFadeType [=enumFadeType]

Properties

The BackdropFadeType propertysyntax has these parts:

Part

Description

object

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

enumFadeType

The pattern to display.

Settings

The settings for enumFadeType are:

Constant

Value

Description

Linear

0

Linear

Reflected

1

Reflected

Radial

2

Radial

Concentric

3

Concentric

Remarks

The GradientAngle property is useful when the FadeType is either Linear or Reflected.

 

Applies To