SVGPathSegCurvetoCubicSmoothRel.Y2

SVGPathSegCurvetoCubicSmoothRel.Y2 property

The relative Y coordinate for the second control point.

public float Y2 { get; set; }

Property Value

The relative Y coordinate.

Exceptions

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

See Also