Interface ISVGFilterPrimitiveStandardAttributes

Interface ISVGFilterPrimitiveStandardAttributes

Il nome: Aspose.Svg.Filters Assemblea: Aspose.SVG.dll (25.5.0)

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

[DOMName("SVGFilterPrimitiveStandardAttributes")]
[ComVisible(true)]
[DOMObject]
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