Interface ISVGFitToViewBox

ISVGFitToViewBox interface

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

public interface ISVGFitToViewBox

Propriétés

NomLa description
PreserveAspectRatio { get; }Correspond à l’attribut ‘preserveAspectRatio’ sur l’élément donné.
ViewBox { get; }Correspond à l’attribut ‘viewBox’ sur l’élément donné.

Voir également