SVGRect.Height

SVGRect.Height property

The Height coordinate of the rectangle, in user units.

public float Height { get; set; }

Property Value

The Height coordinate of the rectangle, in user units.

Exceptions

exceptioncondition
DOMExceptionCode NO_MODIFICATION_ALLOWED_ERRRaised when the rectangle corresponds to a read only attribute or when the object itself is read only.

See Also