rx property
Gets or sets the x-axis radius of an ellipse.
![]() ![]() |
Syntax
HRESULT value = object.put_rx(ISVGAnimatedLength* v);HRESULT value = object.get_rx(ISVGAnimatedLength** p);
Property values
Type: Object
The x-axis radius of the ellipse. A value of zero disables element rendering. A negative value is an error.
Standards information
- Scalable Vector Graphics: Basic Shapes, Section 9.8.3
Show:

