GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoDragSnapper Interface
Members
In This Topic
    IGoDragSnapper Interface
    In This Topic
    This interface should be implemented by those GoObjects that want to act like grids for affecting how objects are dragged or resized in a GoView.
    Syntax
    public interface IGoDragSnapper 
    Remarks
    GoGrid implements this interface.
    See Also