|
ColorSliderEndColor Property
|
End color for gradient filling.
Namespace:
Accord.Controls
Assembly:
Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax[DefaultValueAttribute(typeof(Color), "White")]
public Color EndColor { get; set; }
<DefaultValueAttribute(GetType(Color), "White")>
Public Property EndColor As Color
Get
Set
Request Example
View SourceProperty Value
Type:
Color
Remarks
See Also