HorizontalFillDirection Property

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

Syntax

object.HorizontalFillDirection [= enumHorizontalDirection]

Properties

The HorizontalFillDirection property syntax has these parts:

Part

Description

object

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

enumHorizontalDirection

The horizontal direction from which to fill.

Settings

The settings for enumHTRMode are:

Constant

Value

Description

HorizontalFromLeft

0

Fill from the left.

HorizontalFromRight

1

Fill from the right.

HorizontalFromCenter

2

Fill outward from the center.

 

Applies To