GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoViewSnapStyle Enumeration
In This Topic
    GoViewSnapStyle Enumeration
    In This Topic
    Specifies the move or resize behavior based on the grid.
    Syntax
    public enum GoViewSnapStyle : System.Enum 
    Members
    MemberDescription
    AfterMove or resize an object to a grid point only on a mouse up. See GoGrid.SnapDrag and GoGrid.SnapResize
    JumpMove or resize an object to a grid point continuously as the mouse moves. See GoGrid.SnapDrag and GoGrid.SnapResize
    NoneIgnore the grid while moving or resizing an object. See GoGrid.SnapDrag and GoGrid.SnapResize
    See Also