Interface ISVGFilterPrimitiveStandardAttributes

ISVGFilterPrimitiveStandardAttributes interface

Esta interfaz define el conjunto de atributos DOM que son comunes a través de las interfaces primitivas de filtro.

public interface ISVGFilterPrimitiveStandardAttributes

Propiedades

NombreDescripción
Height { get; }Corresponde al atributo ‘altura’ en el elemento ‘filtro’ dado.
Result { get; }Corresponde al atributo ‘resultado’ en el elemento ‘filtro’ dado.
Width { get; }Corresponde al atributo ‘ancho’ en el elemento ‘filtro’ dado.
X { get; }Corresponde al atributo ‘x’ en el elemento ‘filtro’ dado.
Y { get; }Corresponde al atributo ‘y’ en el elemento ‘filtro’ dado.

Ver también