SVGRadialGradientElementFx Property
Corresponds to attribute ‘fx’ on the given ‘radialGradient’ element.

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

Property Value

Type: SVGAnimatedLength
The attribute ‘fx’ of the given ‘radialGradient’ element.
See Also