public enum GoViewSnapStyle : System.Enum
public enum GoViewSnapStyle : System.Enum
Member | Description |
---|---|
After | Move or resize an object to a grid point only on a mouse up. See GoGrid.SnapDrag and GoGrid.SnapResize |
Jump | Move or resize an object to a grid point continuously as the mouse moves. See GoGrid.SnapDrag and GoGrid.SnapResize |
None | Ignore the grid while moving or resizing an object. See GoGrid.SnapDrag and GoGrid.SnapResize |