Interface SVGAnimatedPoints
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[Value("SVGAnimatedPoints")]
public interface SVGAnimatedPoints
Properties
AnimatedPoints
[Value("animatedPoints")]
SVGPointList AnimatedPoints { get; }
Property Value
Points
[Value("points")]
SVGPointList Points { get; }