Gets and sets whether objects should be snapped to grid in the design mode.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public bool SnapToGrid { get; set; }
Visual Basic (Declaration)
Public Property SnapToGrid As Boolean
Visual C++
public:
property bool SnapToGrid {
	bool get ();
	void set (bool value);
}

See Also