This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the Snapping grid.
Name | Description | |
---|---|---|
Draw | Draw the grid. | |
HorizontalSpacing | The horizontal distance between grid points. | |
IsVisible | Indicates if the snapping grid is visible. | |
VerticalSpacing | The vertical distance between grid points. |
Classes | Description |
---|---|
SnapGrid | Snapping Grid for use with a PageLayout. |
The layout view supports a snap grid, which is a grid of reference points on the layout used to help position elements. The grid may be used as a visual indicator of size and position, or it may be used to snap elements into position.
The primary interface on the SnapGrid object is ISnapGrid. Use this interface to change the grid�s horizontal and vertical spacing and control whether or not the grid is visible.