Specifies the direction to zoom in on.
Syntax
object.ZoomDirection [= enumZoomDirection]
Properties
The ZoomDirection property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
enumZoomDirection |
The direction to zoom. |
Settings
The settings for enumZoomDirection are:
Constant |
Value |
Description |
ZoomBoth |
0 |
Zoom both horizontally and vertically (default). |
ZoomVertical |
1 |
Zoom vertically. |
ZoomHorizontal |
2 |
Zoom horizontally. |