SVGEllipseElementBuilder.Rx

SVGEllipseElementBuilder.Rx method

Sets the ‘rx’ attribute of the SVG ’ellipse’ element, specifying the horizontal radius of the ellipse.

public SVGEllipseElementBuilder Rx(double value, LengthType type = LengthType.Px)
ParameterTypeDescription
valueDoubleThe horizontal radius of the ellipse.
typeLengthTypeThe unit of measurement for the horizontal radius (default is pixels).

Return Value

The current instance of SVGEllipseElementBuilder for method chaining.

See Also