ry method
ry
Sets the ‘ry’ attribute of the SVG ‘rect’ element, specifying the vertical radius of the rectangle’s rounded corners.
Returns
The current instance of SVGRectElementBuilder for method chaining.
def ry(self, value, type):
...
Parameter | Type | Description |
---|---|---|
value | float | The vertical radius for the rectangle’s rounded corners. |
type | LengthType | The unit of measurement for the radius (default is pixels). |
See Also
- module
aspose.svg.builder
- class
SVGRectElementBuilder