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
Result
Corresponds to attribute ‘result’ on the given ‘filter’ element.
[DOMName("result")]
SVGAnimatedString Result { get; }
Property Value
Width
Corresponds to attribute ‘width’ on the given ‘filter’ element.
[DOMName("width")]
SVGAnimatedLength Width { get; }
Property Value
X
Corresponds to attribute ‘x’ on the given ‘filter’ element.
[DOMName("x")]
SVGAnimatedLength X { get; }
Property Value
Y
Corresponds to attribute ‘y’ on the given ‘filter’ element.
[DOMName("y")]
SVGAnimatedLength Y { get; }