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.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also