SVGPoint.Y

SVGPoint.Y property

The Y coordinate.

public float Y { get; set; }

Property Value

The Y coordinate.

Exceptions

exceptioncondition
DOMExceptionCode NO_MODIFICATION_ALLOWED_ERR. Raised if the SVGPoint object is read only, or corresponds to a DOM attribute that is read only.

See Also