SVGPathSegCurvetoQuadraticSmoothRel.X

SVGPathSegCurvetoQuadraticSmoothRel.X property

The relative X coordinate for the end point of this path segment.

public float X { 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