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

Namespace: Aspose.Html.Dom.Svg.Filters
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public interface ISVGFilterPrimitiveStandardAttributes

The ISVGFilterPrimitiveStandardAttributes type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Corresponds to attribute ‘height’ on the given ‘filter’ element.
Public propertyResult
Corresponds to attribute ‘result’ on the given ‘filter’ element.
Public propertyWidth
Corresponds to attribute ‘width’ on the given ‘filter’ element.
Public propertyX
Corresponds to attribute ‘x’ on the given ‘filter’ element.
Public propertyY
Corresponds to attribute ‘y’ on the given ‘filter’ element.
See Also