简体   繁体   中英

AreTransportControlsEnabled not working on visual studio 2012

I have been trying to integrate built-in controls for media element but the AreTransportControlsEnabled seems to through an error even when I check it on the property panel or add it programmatically on my XAML file.

The error I get is Unknown member 'AreTransportControlsEnabled' on element 'MediaElement'

What could it be? Cheers in advance

AreTransportControlsEnabled is a property new to Windows 8.1. Only solutions that target Windows 8.1 can use this property. Unfortunately, Visual Studio 2013 is the requirement for targeting solutions to this newest version of Windows.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM