Interface ISVGFitToViewBox

Interface ISVGFitToViewBox

Le nom : Aspose.Svg Assemblée: Aspose.SVG.dll (25.5.0)

L’interface SVGFitToViewBox définit les attributs DOM qui s’appliquent aux éléments qui ont des atributes XML ‘viewBox’ et ‘reserveAspectRatio’.

[DOMObject]
[DOMNoInterfaceObject]
[ComVisible(true)]
public interface ISVGFitToViewBox

Properties

PreserveAspectRatio

Il correspond à attribuer « préserverAspectRatio » sur l’élément donné.

[DOMName("preserveAspectRatio")]
SVGAnimatedPreserveAspectRatio PreserveAspectRatio { get; }

Valore di proprietà

SVGAnimatedPreserveAspectRatio

ViewBox

Il correspond à attribuer ‘viewBox’ sur l’élément donné.

[DOMName("viewBox")]
SVGAnimatedRect ViewBox { get; }

Valore di proprietà

SVGAnimatedRect

 Français