| SVGFEConvolveMatrixElementResult Property |
Corresponds to attribute ‘result’ on the given ‘filter’ element.
Namespace: Aspose.Html.Dom.Svg.FiltersAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic SVGAnimatedString Result { get; }Public ReadOnly Property Result As SVGAnimatedString
Get
public:
virtual property SVGAnimatedString^ Result {
SVGAnimatedString^ get () sealed;
}abstract Result : SVGAnimatedString with get
override Result : SVGAnimatedString with get
Property Value
Type:
SVGAnimatedString
The attribute ‘result’ of the given ‘filter’ element.
Implements
ISVGFilterPrimitiveStandardAttributesResult
See Also