Represents an SVG rectangle that could also have rounded edges.
[SvgElement("rect")]
public class SvgRectangle : SvgPathBasedElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable
kind:method, kind:property, kind:ctor. Press Esc to clear.CornerRadiusXGets or sets the X-radius of the rounded edges of this rectangle.CornerRadiusYGets or sets the Y-radius of the rounded edges of this rectangle.HeightGets or sets the height of the rectangle.WidthGets or sets the width of the rectangle.XGets or sets the position where the left point of the rectangle should start.YGets or sets the position where the top point of the rectangle should start.