GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoTool Class
/ DragSize Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
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
C#
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
Reference
GoTool Class
GoTool Members