| SVGFEConvolveMatrixElementDivisor Property |
Corresponds to attribute ‘divisor’ on the given ‘feConvolveMatrix’ element.
Namespace: Aspose.Html.Dom.Svg.FiltersAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic SVGAnimatedNumber Divisor { get; }Public ReadOnly Property Divisor As SVGAnimatedNumber
Get
public:
property SVGAnimatedNumber^ Divisor {
SVGAnimatedNumber^ get ();
}member Divisor : SVGAnimatedNumber with get
Property Value
Type:
SVGAnimatedNumber
The attribute ‘divisor’ of the given ‘feConvolveMatrix’ element.
See Also