Interface ISVGFilterPrimitiveStandardAttributes

Interface ISVGFilterPrimitiveStandardAttributes

Nombre del espacio: Aspose.Html.Dom.Svg.Filters Colección: Aspose.HTML.dll (25.4.0)

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

[ComVisible(true)]
[DOMObject]
[DOMName("SVGFilterPrimitiveStandardAttributes")]
public interface ISVGFilterPrimitiveStandardAttributes

Properties

Height

Corresponde a atribuir “altura” en el elemento “filter” dado.

[DOMName("height")]
SVGAnimatedLength Height { get; }

Valor de la propiedad

SVGAnimatedLength

Result

Corresponde a atribuir “resultado” en el elemento “filter” dado.

[DOMName("result")]
SVGAnimatedString Result { get; }

Valor de la propiedad

SVGAnimatedString

Width

Corresponde a atribuir “width” en el elemento “filter” dado.

[DOMName("width")]
SVGAnimatedLength Width { get; }

Valor de la propiedad

SVGAnimatedLength

X

Corresponde a atribuir ‘x’ en el elemento ‘filter’ dado.

[DOMName("x")]
SVGAnimatedLength X { get; }

Valor de la propiedad

SVGAnimatedLength

Y

Corresponde a atribuir “y” en el elemento “filter” dado.

[DOMName("y")]
SVGAnimatedLength Y { get; }

Valor de la propiedad

SVGAnimatedLength

 Español