ry property

Gets or sets the y-axis radius of an ellipse.

 

Syntax

HRESULT value = object.put_ry(ISVGAnimatedLength* v);HRESULT value = object.get_ry(ISVGAnimatedLength** p);

Property values

Type: Object

The y-axis radius of the ellipse. A value of zero disables element rendering. A negative value is an error.

Standards information

Remarks

For an example of how the major and minor axes of an ellipse are related to the ISVGEllipseElement::rx and ISVGEllipseElement::ry properties, see the ISVGEllipseElement::rx topic.