| SVGFEBlendElementX Property |
Corresponds to attribute ‘x’ on the given ‘filter’ element.
Namespace: Aspose.Svg.FiltersAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic SVGAnimatedLength X { get; }Public ReadOnly Property X As SVGAnimatedLength
Get
public:
virtual property SVGAnimatedLength^ X {
SVGAnimatedLength^ get () sealed;
}abstract X : SVGAnimatedLength with get
override X : SVGAnimatedLength with get
Property Value
Type:
SVGAnimatedLength
The attribute ‘x’ of the given ‘filter’ element.
Implements
ISVGFilterPrimitiveStandardAttributesX
See Also