Windows Media Player 11 SDK AmbientAttributes.height 

Windows Media Player SDK banner art

Previous Next

AmbientAttributes.height

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

Syntax

  

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

Windows Media Player version 7.0 or later.

See Also

Previous Next