SVGFEConvolveMatrixElement.PreserveAlpha

SVGFEConvolveMatrixElement.PreserveAlpha property

Corresponds to attribute ‘preserveAlpha’ on the given ‘feConvolveMatrix’ element.

public SVGAnimatedBoolean PreserveAlpha { get; }

Property Value

The attribute ‘preserveAlpha’ of the given ‘feConvolveMatrix’ element.

See Also