SVGFilterElementFilterUnits Property
Corresponds to attribute ‘filterUnits’ on the given ‘filter’ element. Takes one of the constants defined in SVGUnitTypes.

Namespace: Aspose.Html.Dom.Svg
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public SVGAnimatedEnumeration FilterUnits { get; }

Property Value

Type: SVGAnimatedEnumeration
The attribute ‘filterUnits’ of the given ‘filter’ element.
See Also