[]
The base class for SvgLinearGradientElement and SvgRadialGradientElement.
public abstract class SvgGradientElement : SvgElement
Public MustInherit Class SvgGradientElement
Inherits SvgElement
Name | Description |
---|---|
SvgGradientElement(SvgElementType) | Initializes a new instance of the SvgGradientElement class. |
Name | Description |
---|---|
GradientTransform | Gets or sets the list of additional transformations from the gradient coordinate system onto the target coordinate system. |
GradientUnits | Gets or sets a value specifying the coordinate system for the positional attributes. |
Href | Gets or sets a reference to another gradient within the SVG document. |
SpreadMethod | Gets or sets a value indicating what happens if the gradient starts or ends inside the bounds of the object(s) being painted by the gradient. |