height property

Gets or sets the height of an element.

 

Syntax

HRESULT value = object.put_height(ISVGAnimatedLength* v);HRESULT value = object.get_height(ISVGAnimatedLength** p);

Property values

Type: Object

The associated height of an element.

Standards information

Remarks

A value of zero disables rendering of the element. A negative value is an error.