SVGEllipseElementBuilder.Ry

SVGEllipseElementBuilder.Ry method

Sets the ‘ry’ attribute of the SVG ’ellipse’ element, specifying the vertical radius of the ellipse.

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

Return Value

The current instance of SVGEllipseElementBuilder for method chaining.

See Also