GradientColor Property (BackgroundBrushProvider)
In This Topic
Gets or sets the secondary color (used when
GradientMode is set to a value other than
None).
Syntax
'Declaration
Public Property GradientColor As Color
public Color GradientColor {get; set;}
See Also