Interface ISVGFilterPrimitiveStandardAttributes

Interface ISVGFilterPrimitiveStandardAttributes

Namespace: Aspose.Html.Dom.Svg.Filters
Assembly: Aspose.HTML.dll (25.2.0)

This interface defines the set of DOM attributes that are common across the filter primitive interfaces.

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

Properties

Height

Corresponds to attribute ‘height’ on the given ‘filter’ element.

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

Property Value

SVGAnimatedLength

Result

Corresponds to attribute ‘result’ on the given ‘filter’ element.

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

Property Value

SVGAnimatedString

Width

Corresponds to attribute ‘width’ on the given ‘filter’ element.

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

Property Value

SVGAnimatedLength

X

Corresponds to attribute ‘x’ on the given ‘filter’ element.

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

Property Value

SVGAnimatedLength

Y

Corresponds to attribute ‘y’ on the given ‘filter’ element.

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

Property Value

SVGAnimatedLength