SVGPathSegArcRel.R1

SVGPathSegArcRel.R1 property

The x-axis radius for the ellipse (i.e., r1).

public float R1 { get; set; }

Property Value

The x-axis radius

Exceptions

exceptioncondition
DOMExceptionCode NO_MODIFICATION_ALLOWED_ERR. Raised on an attempt to change the value of a read only attribute.

See Also