[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgEllipseElement

Class SvgEllipseElement

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

Represents a 'ellipse' element in the DOM.

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

Constructors

SvgEllipseElement()

Initializes a new instance of the SvgEllipseElement class.

public SvgEllipseElement()

Fields

SvgName

Gets the SVG name of SvgEllipseElement.

public const string SvgName = "ellipse"

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

RadiusX

Gets or sets the horizontal radius.

public SvgLength? RadiusX { get; set; }

Property Value

SvgLength?

RadiusY

Gets or sets the vertical radius.

public SvgLength? RadiusY { get; set; }

Property Value

SvgLength?