| 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.FiltersAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic SVGAnimatedEnumeration XChannelSelector { get; }Public ReadOnly Property XChannelSelector As SVGAnimatedEnumeration
Get
public:
property SVGAnimatedEnumeration^ XChannelSelector {
SVGAnimatedEnumeration^ get ();
}member XChannelSelector : SVGAnimatedEnumeration with get
Property Value
Type:
SVGAnimatedEnumeration
The attribute ‘xChannelSelector’ of the given ‘feDisplacementMap’ element.
See Also