ActiveReports Developer 7
SnapGrid Property
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : SnapGrid Property

Glossary Item Box

Sets or returns a value indicating whether the controls should be snapped to the grid points.

Syntax

Visual Basic (Declaration) 
Public Property SnapGrid As System.Boolean
C# 
public System.bool SnapGrid {get; set;}

Property Value

Boolean value. If True, the controls are snapped to the grid points. If False, the controls can be sized and positioned freely.

See Also