SVGPathSegArcAbs.R2

SVGPathSegArcAbs.R2 property

The y-axis radius for the ellipse (i.e., r2).

public float R2 { get; set; }

Property Value

The y-axis radius

Exceptions

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

See Also