ISVGFitToViewBox Interface

ISVGFitToViewBox interface

Interface SVGFitToViewBox defines DOM attributes that apply to elements which have XML attributes ‘viewBox’ and ‘preserveAspectRatio’.

public interface ISVGFitToViewBox

Properties

NameDescription
PreserveAspectRatio { get; }Corresponds to attribute ‘preserveAspectRatio’ on the given element.
ViewBox { get; }Corresponds to attribute ‘viewBox’ on the given element.

See Also