VerticalFillDirection Property

Specifies a value representing the direction of a shape's vertical fill.

Syntax

object.VerticalFillDirection [= enumVerticalDirection]

Properties

The VerticalFillDirection property syntax has these parts:

Part

Description

object

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

enumVerticalDirection

The direction of the shape's vertical fill.

Settings

The settings for enumVerticalDirection are:

Constant

Value

Description

VerticalFromTop

0

Fill from the top

VerticalFromBottom

1

Fill from the bottom

VerticalFromCenter

2

Fill outward from the center.

 

Applies To