[]
Represents a 'rect' element in the DOM.
public class SvgRectElement : SvgGeometryElement
Public Class SvgRectElement
Inherits SvgGeometryElement
| Name | Description |
|---|---|
| SvgRectElement() | Initializes a new instance of the SvgRectElement class. |
| Name | Description |
|---|---|
| SvgName | Gets the SVG name of SvgRectElement. |
| Name | Description |
|---|---|
| ElementName | Gets the SVG name of the current element. |
| Height | Gets or sets the content height. |
| MaxHeight | Gets or sets the maximum content height. |
| MaxWidth | Gets or sets the maximum content width. |
| MinHeight | Gets or sets the minimum content height. |
| MinWidth | Gets or sets the minimum content width. |
| RadiusX | Gets or sets the horizontal radius. |
| RadiusY | Gets or sets the vertical radius. |
| Width | Gets or sets the content width. |
| X | Gets or sets the horizontal coordinate. |
| Y | Gets or sets the vertical coordinate. |