SVGFEConvolveMatrixElementDivisor Property
Corresponds to attribute ‘divisor’ on the given ‘feConvolveMatrix’ element.

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

Property Value

Type: SVGAnimatedNumber
The attribute ‘divisor’ of the given ‘feConvolveMatrix’ element.
See Also