Windows 市集 APP, MediaElement Stretch屬性無法使用,這時候在Google找到了一個解決方法,使用ViewBox來進行縮放,並將原本套用在MediaElement上面的Margin相關排版的屬性放在ViewBox上面,就可以達到相同位置但是又能縮放影片的效果

 

 

<Viewbox Stretch="Fill" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="8,8,8,8">
    <MediaElement x:Name="media" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Tapped="MediaElement_Tapped"/>
</Viewbox>

 

 

參考資料: http://social.msdn.microsoft.com/Forums/windowsapps/en-US/81467728-afdf-4166-958c-584aa184dc33/stretchingscaling-the-mediaelement?forum=winappswithcsharp

arrow
arrow
    全站熱搜

    小賢 發表在 痞客邦 留言(0) 人氣()