Click or drag to resize
Accord.NET (logo)

ColorSliderStartColor Property

Start color for gradient filling.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
[DefaultValueAttribute(typeof(Color), "Black")]
public Color StartColor { get; set; }
Request Example View Source

Property Value

Type: Color
Remarks
See documentation to ColorSliderColorSliderType enumeration for information about the usage of this property.
See Also