FadeType Property

Specifies the type of fade effect used for the object's gradient fill.

Syntax

object.FadeType [=enumFadeType]

Properties

The FadeType 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