[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgCircleElement

SvgCircleElement Class

Represents a 'circle' element in the DOM.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public class SvgCircleElement : SvgGeometryElement
Public Class SvgCircleElement
    Inherits SvgGeometryElement

Constructors

Name Description
SvgCircleElement()

Initializes a new instance of the SvgCircleElement class.

Fields

Name Description
SvgName

Gets the SVG name of SvgCircleElement.

Properties

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.