AudioTrack.PlayerControls Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines which playback controls are enabled in the system user interface.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object PlayerControls="EnabledPlayerControls" .../>
Property Value
Type: Microsoft.Phone.BackgroundAudio.EnabledPlayerControlsReturns EnabledPlayerControls.
| Exception | Condition |
|---|---|
| InvalidOperationException | The value was set, but the object is not in edit mode. |
Show: