Snaping to the grid on/off
Namespace:
Greatis.FormDesigner
Assembly:
Greatis.FormDesigner (in Greatis.FormDesigner.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property SnapToGrid As Boolean |
| C# |
|---|
public bool SnapToGrid { get; set; } |
| Visual C++ |
|---|
public:
property bool SnapToGrid {
bool get ();
void set (bool value);
} |
| JavaScript |
|---|
function get_snapToGrid();
function set_snapToGrid(value); |
See Also