HorizontalScaleDirection Property

Specifies if the direction in which the specified shape will expand or contract when the HorizontalScalePercentage property is changed.

Syntax

object.HorizontalScaleDirection [= enumHorizontalDirection]

Properties

The HorizontalScaleDirection property syntax has these parts:

Part

Description

object

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

enumHorizontalDirection

The direction to scale.

Settings

The settings for enumHorizontalDirection are:

Constant

Value

Description

HorizontalFromLeft

0

Scale from the left.

HorizontalFromRight

1

Scale from the right.

HorizontalFromCenter

2

Scale from the center outward.

 

Applies To