GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTool Class / DragSize Property
In This Topic
    DragSize Property
    In This Topic
    Gets or sets the dimensions, in pixels, of the rectangle that a drag operation must extend to be considered a drag operation.
    Syntax
    public static Size DragSize {get; set;}

    Property Value

    This Size is in view coordinates, not in document coordinates. The default value is 4x4.
    Remarks
    The rectangle is centered on the mouse-down point.
    See Also