Represents a colour stop in a gradient.
[SvgElement("stop")]
public class SvgGradientStop : SvgElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
kind:method, kind:property, kind:ctor. Press Esc to clear.SvgGradientStop()Initializes a new instance of the SvgGradientStop class.SvgGradientStop(SvgUnit, Color)Initializes a new instance of the SvgGradientStop class.OffsetGets or sets the offset, i.e. where the stop begins from the beginning, of the gradient stop.StopColorGets or sets the colour of the gradient stop.StopOpacityGets or sets the opacity of the gradient stop (0-1).