[]
Represents a 'ellipse' element in the DOM.
public class SvgEllipseElement : SvgGeometryElement
Public Class SvgEllipseElement
Inherits SvgGeometryElement
| Name | Description |
|---|---|
| SvgEllipseElement() | Initializes a new instance of the SvgEllipseElement class. |
| Name | Description |
|---|---|
| SvgName | Gets the SVG name of SvgEllipseElement. |
| Name | Description |
|---|---|
| CenterX | Gets or sets the horizontal center coordinate. |
| CenterY | Gets or sets the vertical center coordinate. |
| ElementName | Gets the SVG name of the current element. |
| RadiusX | Gets or sets the horizontal radius. |
| RadiusY | Gets or sets the vertical radius. |