Active Query Builder 2 .NET Edition reference
GridSize Property



Enables or disables whether objects at the Design Pane are automatically placed at grid coordinates.
Syntax
'Declaration
 
Public Property GridSize As System.Integer
'Usage
 
Dim instance As DesignPaneOptions
Dim value As System.Integer
 
instance.GridSize = value
 
value = instance.GridSize
public System.int GridSize {get; set;}
public: __property System.int get_GridSize();
public: __property void set_GridSize( 
   System.int value
);
See Also

Reference

DesignPaneOptions Class
DesignPaneOptions Members
SnapToGrid Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback