[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgRadialGradientElement

SvgRadialGradientElement Class

Represents the 'radialGradient' element.

Inheritance
SvgRadialGradientElement
Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public class SvgRadialGradientElement : SvgGradientElement
Public Class SvgRadialGradientElement
    Inherits SvgGradientElement

Constructors

Name Description
SvgRadialGradientElement()

Initializes a new instance of the SvgRadialGradientElement class.

Fields

Name Description
SvgName

Gets the SVG name of SvgRadialGradientElement.

Properties

Name Description
CenterX

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

CenterY

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

ElementName

Gets the SVG name of the current element.

FocalRadius

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

FocalX

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

FocalY

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

Radius

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