SVGCircleElementR Property |
Corresponds to attribute ‘r’ on the given ‘circle’ element.
Namespace:
Aspose.Svg
Assembly:
Aspose.SVG (in Aspose.SVG.dll) Version: 22.5
Syntaxpublic SVGAnimatedLength R { get; }
Public ReadOnly Property R As SVGAnimatedLength
Get
public:
property SVGAnimatedLength^ R {
SVGAnimatedLength^ get ();
}
member R : SVGAnimatedLength with get
Property Value
Type:
SVGAnimatedLength
The attribute ‘r’ of the given ‘circle’ element.
See Also