Interface ISVGFilterPrimitiveStandardAttributes

ISVGFilterPrimitiveStandardAttributes interface

Cette interface définit l’ensemble des attributs DOM communs aux interfaces de primitives de filtre.

public interface ISVGFilterPrimitiveStandardAttributes

Propriétés

NomLa description
Height { get; }Correspond à l’attribut ‘height’ sur l’élément ‘filter’ donné.
Result { get; }Correspond à l’attribut ‘result’ sur l’élément ‘filter’ donné.
Width { get; }Correspond à l’attribut ‘width’ sur l’élément ‘filter’ donné.
X { get; }Correspond à l’attribut ‘x’ sur l’élément ‘filter’ donné.
Y { get; }Correspond à l’attribut ‘y’ sur l’élément ‘filter’ donné.

Voir également