MouseDragElementBehavior Class

Repositions the attached element in response to mouse drag gestures on the element.

Namespace: Microsoft.Expression.Interactivity.Layout
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Class MouseDragElementBehavior
    Inherits Behavior(Of FrameworkElement)
'Usage
Dim instance As MouseDragElementBehavior
public class MouseDragElementBehavior : Behavior<FrameworkElement>
public ref class MouseDragElementBehavior : public Behavior<FrameworkElement^>
public class MouseDragElementBehavior extends Behavior<FrameworkElement>
public class MouseDragElementBehavior extends Behavior<FrameworkElement>

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
     System.Windows.DependencyObject
       System.Windows.Freezable
         System.Windows.Media.Animation.Animatable
           System.Windows.Interactivity.Behavior
             System.Windows.Interactivity.Behavior
              Microsoft.Expression.Interactivity.Layout.MouseDragElementBehavior

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

MouseDragElementBehavior Members
Microsoft.Expression.Interactivity.Layout Namespace