AmbientAttributes.height

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The height attribute specifies or retrieves the height of the control.

        elementID.height

Possible Values

This attribute is a read/write Number (long) representing the height of the control in pixels. The default value is zero or the height of the image specified in the control's image attribute.

Remarks

If the height specified is smaller than the height of the image provided, then the image will be clipped. If the height is larger than the height of the image, then the click region will go beyond the image boundary. No matter what value is given to this attribute, the image cannot grow beyond its parent VIEW or SUBVIEW.

Requirements

Requirement Value
Version
Windows Media Player version 7.0 or later

See also

Ambient Attributes