SVGRectElementBuilder.Ry
SVGRectElementBuilder.Ry method
Sets the ‘ry’ attribute of the SVG ‘rect’ element, specifying the vertical radius of the rectangle’s rounded corners.
public SVGRectElementBuilder Ry(double value, LengthType type = LengthType.Px)
Parameter | Type | Description |
---|---|---|
value | Double | The vertical radius for the rectangle’s rounded corners. |
type | LengthType | The unit of measurement for the radius (default is pixels). |
Return Value
The current instance of SVGRectElementBuilder for method chaining.
See Also
- enum LengthType
- class SVGRectElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG