Interface SVGFitToViewBox
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[Value("SVGFitToViewBox")]
public interface SVGFitToViewBox
Properties
PreserveAspectRatio
[Value("preserveAspectRatio")]
SVGAnimatedPreserveAspectRatio PreserveAspectRatio { get; }
Property Value
ViewBox
[Value("viewBox")]
SVGAnimatedRect ViewBox { get; }