Size of the grid of the designing form
Namespace:
Greatis.FormDesigner
Assembly:
Greatis.FormDesigner (in Greatis.FormDesigner.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property GridSize As Size |
C# |
---|
public Size GridSize { get; set; } |
Visual C++ |
---|
public:
property Size GridSize {
Size get ();
void set (Size value);
} |
JavaScript |
---|
function get_gridSize();
function set_gridSize(value); |
See Also