ISVGFilterPrimitiveStandardAttributes Interface

ISVGFilterPrimitiveStandardAttributes interface

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

public interface ISVGFilterPrimitiveStandardAttributes

Properties

NameDescription
Height { get; }Corresponds to attribute ‘height’ on the given ‘filter’ element.
Result { get; }Corresponds to attribute ‘result’ on the given ‘filter’ element.
Width { get; }Corresponds to attribute ‘width’ on the given ‘filter’ element.
X { get; }Corresponds to attribute ‘x’ on the given ‘filter’ element.
Y { get; }Corresponds to attribute ‘y’ on the given ‘filter’ element.

See Also