SVGCircleElement
Overview
The SVGCircleElement interface is an interface for the <circle> element.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
- Ancestry: SVGElement | SVGGraphicsElement | SVGGeometryElement | SVGCircleElement
Properties
cx
property cx: SVGAnimatedLength read;
SVGAnimatedLength cx { get; }
var cx: SVGAnimatedLength { get{} }
SVGAnimatedLength cx { __get; }
ReadOnly Property cx() As SVGAnimatedLength
cy
property cy: SVGAnimatedLength read;
SVGAnimatedLength cy { get; }
var cy: SVGAnimatedLength { get{} }
SVGAnimatedLength cy { __get; }
ReadOnly Property cy() As SVGAnimatedLength
r
property r: SVGAnimatedLength read;
SVGAnimatedLength r { get; }
var r: SVGAnimatedLength { get{} }
SVGAnimatedLength r { __get; }
ReadOnly Property r() As SVGAnimatedLength