Share via


ImgElement.height Property

SharePoint Designer Developer Reference

Returns or sets a String that represents the height of an IMG element. Corresponds to the height attribute.

Syntax

expression.height

expression   Required. A variable that represents an ImgElement object.

Remarks

The height property can be one of the following String values:

Value Description
height Integer that specifies the height of the object, in pixels.
percentage Integer, followed by the percent sign (%). The value is a percentage of the height of the parent object.

See Also