SVGEllipseElementRx Property |
Corresponds to attribute ‘cx’ on the given ‘circle’ element.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.5
Syntaxpublic SVGAnimatedLength Rx { get; }
Public ReadOnly Property Rx As SVGAnimatedLength
Get
public:
property SVGAnimatedLength^ Rx {
SVGAnimatedLength^ get ();
}
member Rx : SVGAnimatedLength with get
Property Value
Type:
SVGAnimatedLengthThe attribute ‘rx’ of the given ‘circle’ element.
See Also