Gets the orientation of the drag delta gesture.
This is the same as the orientation of the drag started gesture.
Namespace: Mindscape.PhoneElementsAssembly: 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); } |