Provides the base class for all paint servers that wish to render a gradient.
public abstract class SvgGradientServer : SvgPaintServer, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
kind:method, kind:property, kind:ctor. Press Esc to clear.GradientUnitsGets or sets the coordinate system of the gradient.InheritGradientGets or sets another gradient fill from which to inherit the stops from.SpreadMethodSpecifies what happens if the gradient starts or ends inside the bounds of the target rectangle.StopColorGets or sets the colour of the gradient stop.StopOpacityGets or sets the opacity of the gradient stop (0-1).StopsGets the ramp of colors to use on a gradient.AddElement(SvgElement, Int32)Called by the underlying SvgElement when an element has been added to the 'Children' collection.RemoveElement(SvgElement)Called by the underlying SvgElement when an element has been removed from the 'Children' collection.