Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This example shows how to use a RotateTransform on a MediaElement.
Example
In the following markup, the MediaElement is rotated using a RotateTransform.
<MediaElement Source="media/numbers-aud.wmv">
<MediaElement.LayoutTransform>
<TransformGroup>
<RotateTransform Angle="305" />
</TransformGroup>
</MediaElement.LayoutTransform>
</MediaElement>
<MediaElement Source="media/numbers-aud.wmv">
<MediaElement.LayoutTransform>
<TransformGroup>
<RotateTransform Angle="305" />
</TransformGroup>
</MediaElement.LayoutTransform>
</MediaElement>