Click or drag to resize

SvgGradientStopColour Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the colour of the gradient stop.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
[SvgAttributeAttribute("stop-color")]
[TypeConverterAttribute(typeof(SvgColourConverter))]
public Color Colour { get; set; }
Request Example View Source

Property Value

Type: Color
See Also