다음을 통해 공유


DragGestureData 클래스

업데이트: 2007년 11월

끌어서 놓기 작업 도중 추가 정보를 제공합니다.

네임스페이스:  Microsoft.Windows.Design.Interaction
어셈블리:  Microsoft.Windows.Design.Interaction(Microsoft.Windows.Design.Interaction.dll)

구문

Public Class DragGestureData _
    Inherits MouseGestureData

Dim instance As DragGestureData
public class DragGestureData : MouseGestureData
public ref class DragGestureData : public MouseGestureData
public class DragGestureData extends MouseGestureData

설명

이 클래스는 MouseGestureData에서 파생되며 끌어서 놓기 작업에 대한 추가 제스처 데이터를 제공합니다.

상속 계층 구조

System.Object
  Microsoft.Windows.Design.Interaction.GestureData
    Microsoft.Windows.Design.Interaction.MouseGestureData
      Microsoft.Windows.Design.Interaction.DragGestureData

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

DragGestureData 멤버

Microsoft.Windows.Design.Interaction 네임스페이스

기타 리소스

WPF Designer 확장성 이해