Table of Contents

Interface SVGAnimatedPoints

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[Value("SVGAnimatedPoints")]
public interface SVGAnimatedPoints

Properties

AnimatedPoints

[Value("animatedPoints")]
SVGPointList AnimatedPoints { get; }

Property Value

SVGPointList

Points

[Value("points")]
SVGPointList Points { get; }

Property Value

SVGPointList