DragEvent.Origin Property | |
A point representing the location of the mouse in canvas coordinates at the time this drag event was generated.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Origin AS USUAL GET
public virtual Usual Origin { get; }
Request Example
View SourceProperty Value
Type:
UsualA point representing the location of the mouse in canvas coordinates at the time this drag event was generated.
See Also