[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgRadialGradientElement

Class SvgRadialGradientElement

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

Represents the 'radialGradient' element.

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

Constructors

SvgRadialGradientElement()

Initializes a new instance of the SvgRadialGradientElement class.

public SvgRadialGradientElement()

Fields

SvgName

Gets the SVG name of SvgRadialGradientElement.

public const string SvgName = "radialGradient"

Field Value

string

Properties

CenterX

Gets or sets the horizontal center coordinate of the end circle for the radial gradient.

public SvgLength? CenterX { get; set; }

Property Value

SvgLength?

CenterY

Gets or sets the vertical center coordinate of the end circle for the radial gradient.

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

FocalRadius

Gets or sets the radius of the start circle for the radial gradient.

public SvgLength? FocalRadius { get; set; }

Property Value

SvgLength?

FocalX

Gets or sets the horizontal center coordinate of the start circle for the radial gradient.

public SvgLength? FocalX { get; set; }

Property Value

SvgLength?

FocalY

Gets or sets the vertical center coordinate of the start circle for the radial gradient.

public SvgLength? FocalY { get; set; }

Property Value

SvgLength?

Radius

Gets or sets the radius of the end circle for the radial gradient.

public SvgLength? Radius { get; set; }

Property Value

SvgLength?