[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgCircleElement

Class SvgCircleElement

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Represents a 'circle' element in the DOM.

public class SvgCircleElement : SvgGeometryElement
Inheritance
object
SvgCircleElement
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SvgCircleElement()

Initializes a new instance of the SvgCircleElement class.

public SvgCircleElement()

Fields

SvgName

Gets the SVG name of SvgCircleElement.

public const string SvgName = "circle"

Field Value

string

Properties

CenterX

Gets or sets the horizontal center coordinate.

public SvgLength? CenterX { get; set; }

Property Value

SvgLength?

CenterY

Gets or sets the vertical center coordinate.

public SvgLength? CenterY { get; set; }

Property Value

SvgLength?

ElementName

Gets the SVG name of the current element.

public override string ElementName { get; }

Property Value

string

Radius

Gets or sets the radius of the 'circle' element.

public SvgLength? Radius { get; set; }

Property Value

SvgLength?