GoXam for WPF v3
StartPoint Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Tool Namespace
>
DraggingTool Class
: StartPoint Property
Gets or sets the mouse point from which parts start to move.
Syntax
C#
protected
Point
StartPoint {
get
;
set
;}
Property Value
The value is a
Point
in model coordinates. This property is normally set to the diagram's mouse-down point, but may be set to a different point if parts are being copied from a different control.
See Also
Reference
DraggingTool Class
DraggingTool Members