ClickOrDragMouseGesture Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Base class for mouse gestures that should start dragging only after a minimum drag distance.
Inheritance
System.Object
ClickOrDragMouseGesture
Syntax
public abstract class ClickOrDragMouseGesture : MouseGestureBase
Fields
hasDragStarted | |
positionRelativeTo | |
startPoint |
Methods
OnDragStarted(MouseEventArgs) | |
OnMouseMove(Object, MouseEventArgs) | |
OnStarted(MouseButtonEventArgs) | |
OnStopped() |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()