Interface ISVGFitToViewBox
Interface ISVGFitToViewBox
Le nom : Aspose.Html.Dom.Svg Assemblaggio: Aspose.HTML.dll (25.4.0)
L’interface SVGFitToViewBox définit les attributs DOM qui s’appliquent aux éléments qui ont des atributes XML ‘viewBox’ et ‘reserveAspectRatio’.
[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
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; }