SVGFEBlendElement.Mode

SVGFEBlendElement.Mode property

Corresponds to attribute ‘mode’ on the given ‘feBlend’ element. Takes one of the SVG_FEBLEND_MODE_* constants defined on this interface.

public SVGAnimatedEnumeration Mode { get; }

Property Value

The attribute ‘mode’ of the given ‘feBlend’ element.

See Also