Windows Media Player 11 SDK Player.stretchToFit 

Windows Media Player SDK banner art

Previous Next

Player.stretchToFit

The stretchToFit property specifies or retrieves 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.

Syntax

  
    
  

Possible Values

This property is a read/write Boolean.

Value Description
true The video will stretch to fit the window.
false Default. The video will not stretch to fit the window.

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 embedded in a Web page.

Windows Media Player 10 Mobile: This property is not supported.

Requirements

Version: Windows Media Player version 7.1 or later.

Library: Use wmp.dll.

See Also

Previous Next