Active Query Builder 2 .NET Edition reference
SnapToGrid Property



Determines the size of each square of the grid used for snapping of the objects at Design Pane.
Syntax
'Declaration
 
Public Property SnapToGrid As System.Boolean
'Usage
 
Dim instance As DesignPaneOptions
Dim value As System.Boolean
 
instance.SnapToGrid = value
 
value = instance.SnapToGrid
public System.bool SnapToGrid {get; set;}
public: __property System.bool get_SnapToGrid();
public: __property void set_SnapToGrid( 
   System.bool value
);
See Also

Reference

DesignPaneOptions Class
DesignPaneOptions Members
GridSize Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback