SVGFEColorMatrixElement.Type

SVGFEColorMatrixElement.Type property

Corresponds to attribute ‘type’ on the given ‘feColorMatrix’ element. Takes one of the SVG_FECOLORMATRIX_TYPE_* constants defined on this interface.

public SVGAnimatedEnumeration Type { get; }

Property Value

The attribute ‘type’ of the given ‘feColorMatrix’ element.

See Also