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 名前空間