MediaElement.Stretch Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a Stretch value that describes how a MediaElement fills the destination rectangle.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<MediaElement Stretch="stretchValue" .../>
XAML Values
Property Value
Type: System.Windows.Media.StretchA value of the enumeration that specifies the stretch behavior for the rendered media.
The default value is Uniform.
Dependency property identifier field: StretchProperty
The following illustration demonstrates the different Stretch values.
Stretch settings

Show: