Style.height Property

SharePoint Designer Developer Reference

Returns or sets a String that represents the height of an inline style.

Syntax

expression.height

expression   Required. A variable that represents a Style 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