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

Namespace: Aspose.Html.Dom.Svg.Filters
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public SVGAnimatedEnumeration XChannelSelector { get; }

Property Value

Type: SVGAnimatedEnumeration
The attribute ‘xChannelSelector’ of the given ‘feDisplacementMap’ element.
See Also