SVGFEDisplacementMapElement.XChannelSelector

SVGFEDisplacementMapElement.XChannelSelector property

Corresponds to attribute ‘xChannelSelector’ on the given ‘feDisplacementMap’ element. Takes one of the SVG_CHANNEL_* constants defined on this interface.

public SVGAnimatedEnumeration XChannelSelector { get; }

Property Value

The attribute ‘xChannelSelector’ of the given ‘feDisplacementMap’ element.

See Also