Gets the orientation of the drag started gesture.
            This is based on the angle between the current touch point and the origin of the gesture.
            
Namespace: Mindscape.PhoneElementsAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
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); } | 





