SVGPathSegCurvetoQuadraticAbs.X1

SVGPathSegCurvetoQuadraticAbs.X1 property

The absolute X coordinate for the first control point.

public float X1 { get; set; }

Property Value

The absolute X coordinate

Exceptions

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

See Also