Freigeben über


MouseDragElementBehavior Klasse

Ändert die Position des angefügten Elements als Reaktion auf das Ziehen der Maus auf einem 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>

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen statischen Elemente dieses Typs (in Visual Basic als Shared (freigegebene) Elemente bezeichnet) sind threadsicher. Für Instanzelemente wird die Threadsicherheit nicht garantiert.

Siehe auch

Referenz

MouseDragElementBehavior Elemente
Microsoft.Expression.Interactivity.Layout Namespace