Gets the orientation of the drag completed gesture. This is the same as the orientation of the drag started gesture.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Orientation DragOrientation { get; private set; }
Visual Basic
Public Property DragOrientation As Orientation
	Get
	Private Set
Visual C++
public:
property Orientation DragOrientation {
	Orientation get ();
	private: void set (Orientation value);
}

See Also