MediaPlayerLauncher.Controls Property

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Property Controls As MediaPlaybackControls
public MediaPlaybackControls Controls { get; set; }
public:
property MediaPlaybackControls Controls {
    MediaPlaybackControls get ();
    void set (MediaPlaybackControls value);
}
member Controls : MediaPlaybackControls with get, set

Property Value

Type: Microsoft.Phone.Tasks.MediaPlaybackControls

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

MediaPlayerLauncher Class

Microsoft.Phone.Tasks Namespace