Interface ISVGFitToViewBox
Interface ISVGFitToViewBox
Namespace: Aspose.Html.Dom.Svg
Assembly: Aspose.HTML.dll (25.2.0)
Interface SVGFitToViewBox defines DOM attributes that apply to elements which have XML attributes ‘viewBox’ and ‘preserveAspectRatio’.
[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
public interface ISVGFitToViewBox
Properties
PreserveAspectRatio
Corresponds to attribute ‘preserveAspectRatio’ on the given element.
[DOMName("preserveAspectRatio")]
SVGAnimatedPreserveAspectRatio PreserveAspectRatio { get; }
Property Value
SVGAnimatedPreserveAspectRatio
ViewBox
Corresponds to attribute ‘viewBox’ on the given element.
[DOMName("viewBox")]
SVGAnimatedRect ViewBox { get; }