This topic has not yet been rated - Rate this topic

height property

Gets or sets the height of an element.

Scalable Vector Graphics (SVG) 1.1, Appendix MInternet Explorer 9

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.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.