| SVGFilterElementFilterUnits Property |
Corresponds to attribute ‘filterUnits’ on the given ‘filter’ element. Takes one of the constants defined in SVGUnitTypes.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic SVGAnimatedEnumeration FilterUnits { get; }Public ReadOnly Property FilterUnits As SVGAnimatedEnumeration
Get
public:
property SVGAnimatedEnumeration^ FilterUnits {
SVGAnimatedEnumeration^ get ();
}member FilterUnits : SVGAnimatedEnumeration with get
Property Value
Type:
SVGAnimatedEnumeration
The attribute ‘filterUnits’ of the given ‘filter’ element.
See Also