SVGPoint.Y

SVGPoint.Y property

Die Y-Koordinate.

public float Y { get; set; }

Eigentumswert

Die Y-Koordinate.

Ausnahmen

AusnahmeBedingung
DOMException-CodeNO_MODIFICATION_ALLOWED_ERR . Wird ausgelöst, wenn das SVGPoint-Objekt schreibgeschützt ist oder einem schreibgeschützten DOM-Attribut entspricht.

Siehe auch