[]
Represents a 'circle' element in the DOM.
public class SvgCircleElement : SvgGeometryElement
Public Class SvgCircleElement
Inherits SvgGeometryElement
Name | Description |
---|---|
SvgCircleElement() | Initializes a new instance of the SvgCircleElement class. |
Name | Description |
---|---|
SvgName | Gets the SVG name of SvgCircleElement. |
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. |
Radius | Gets or sets the radius of the 'circle' element. |