SVGFEDisplacementMapElementBuilder.XChannelSelector

SVGFEDisplacementMapElementBuilder.XChannelSelector method

Sets the ‘xChannelSelector’ attribute of the feDisplacementMap element.

public SVGFEDisplacementMapElementBuilder XChannelSelector(ChannelSelector value)
ParameterTypeDescription
valueChannelSelectorThe channel to use for displacement along the x-axis.

Return Value

The current builder instance.

See Also