cy property
SVGAnimatedLength
get
cy
The cy
read-only property of the SVGCircleElement interface
reflects the cy
attribute of a element and by that defines the
y-coordinate of the circle's center.
If unspecified, the effect is as if the value is set to 0
.
Implementation
external SVGAnimatedLength get cy;