MediaPlayerLauncher.Orientation Property
Namespace: Microsoft.Phone.Tasks
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
'Declaration
Public Property Orientation As MediaPlayerOrientation
public MediaPlayerOrientation Orientation { get; set; }
public:
property MediaPlayerOrientation Orientation {
MediaPlayerOrientation get ();
void set (MediaPlayerOrientation value);
}
member Orientation : MediaPlayerOrientation with get, set
Type: Microsoft.Phone.Tasks.MediaPlayerOrientation
Supported in: Windows Phone 8, Silverlight 8.1
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.