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