[]
The base class for SvgLinearGradientElement and SvgRadialGradientElement.
public abstract class SvgGradientElement : SvgElement
Initializes a new instance of the SvgGradientElement class.
protected SvgGradientElement(SvgElementType elementType)
elementType
SvgElementTypeGets or sets the list of additional transformations from the gradient coordinate system onto the target coordinate system.
public List<SvgTransform> GradientTransform { get; set; }
Gets or sets a value specifying the coordinate system for the positional attributes.
public SvgUnitType? GradientUnits { get; set; }
Gets or sets a reference to another gradient within the SVG document.
public SvgReference Href { get; set; }
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.
public SvgSpreadMethod? SpreadMethod { get; set; }