Interface ISVGFilterPrimitiveStandardAttributes

Interface ISVGFilterPrimitiveStandardAttributes

Il nome: Aspose.Html.Dom.Svg.Filters Assemblaggio: Aspose.HTML.dll (25.4.0)

Questa interfaccia definisce il set di attributi DOM che sono comuni in tutte le interfacce primitive del filtro.

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

Properties

Height

Corrisponde all’attribuzione di “altezza” sull’elemento dato “filter”.

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

Valore di proprietà

SVGAnimatedLength

Result

Corrisponde ad attribuire “resultato” all’elemento dato “filter”.

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

Valore di proprietà

SVGAnimatedString

Width

Corrisponde all’attribuzione di “width” sull’elemento dato “filter”.

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

Valore di proprietà

SVGAnimatedLength

X

Corrisponde all’attribuzione di ‘x’ sull’elemento dato ‘filter’.

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

Valore di proprietà

SVGAnimatedLength

Y

Corrisponde all’attribuzione di “y” sull’elemento dato “filter”.

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

Valore di proprietà

SVGAnimatedLength

 Italiano