[]
Represents the 'radialGradient' element.
public class SvgRadialGradientElement : SvgGradientElement
Public Class SvgRadialGradientElement
Inherits SvgGradientElement
Name | Description |
---|---|
SvgRadialGradientElement() | Initializes a new instance of the SvgRadialGradientElement class. |
Name | Description |
---|---|
SvgName | Gets the SVG name of SvgRadialGradientElement. |
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. |