MouseDragElementBehavior 類別

重新置放附加的元素以回應元素上的滑鼠拖曳筆勢。

命名空間: Microsoft.Expression.Interactivity.Layout
組件: Microsoft.Expression.Interactions (在 microsoft.expression.interactions.dll 中)

語法

'宣告
Public Class MouseDragElementBehavior
    Inherits Behavior(Of FrameworkElement)
'用途
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>

繼承階層

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

執行緒安全性

此型別的所有公用靜態 (Visual Basic 中為 Shared ) 成員均為安全執行緒。任何例項成員則不保證為安全執行緒。

另請參閱

參照

MouseDragElementBehavior 成員
Microsoft.Expression.Interactivity.Layout 命名空間