Share via


BackgroundAudioPlayer.Position Property

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

Syntax

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

Property Value

Type: System.TimeSpan

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

BackgroundAudioPlayer Class

Microsoft.Phone.BackgroundAudio Namespace