Color2 Property (C1GradientBrush)
In This Topic
Gets the last color of the gradient. Note that settings this property automatically changes the
GradientStops collection (the color of the last gradient stop will be changed).
Syntax
'Declaration
Public Property Color2 As Color
public Color Color2 {get; set;}
See Also