![]() |
Previous | Next |
The height attribute specifies or retrieves the height of the control.
Syntax
elementID.height
Possible Values
This attribute is a read/write Number (long) with a default value of 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.
See Also
Previous | Next |