Windows Media Player 11 SDK AxWindowsMediaPlayer.stretchToFit (VB and C#) 

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.stretchToFit (VB and C#)

The stretchToFit property gets or sets a value indicating whether video displayed by the Windows Media Player control automatically sizes to fit the video window, when the video window is larger than the dimensions of the video image.

[Visual Basic]
Public Overridable Property stretchToFit As Boolean

[C#]
public virtual bool stretchToFit {get; set;}

Property Value

The System.Boolean value that indicates whether the video will stretch to fit the window. The default value is false.

Remarks

When stretchToFit is set to true, the Windows Media Player control maintains the original aspect ratio of the video. If the aspect ratio of the video does not match the aspect ratio of the video window, black mask areas may appear on either the top and the bottom, or left and right, of the video image.

This property applies to the Windows Media Player control only when it is embedded in a Web page.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: AxWMPLib

Assembly: AxInterop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next