| SVGRadialGradientElementFx Property |
Corresponds to attribute ‘fx’ on the given ‘radialGradient’ element.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic SVGAnimatedLength Fx { get; }Public ReadOnly Property Fx As SVGAnimatedLength
Get
public:
property SVGAnimatedLength^ Fx {
SVGAnimatedLength^ get ();
}member Fx : SVGAnimatedLength with get
Property Value
Type:
SVGAnimatedLength
The attribute ‘fx’ of the given ‘radialGradient’ element.
See Also