Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GradientSelectionRenderer Class / Color1 Property


In This Topic
Color1 Property (GradientSelectionRenderer)
In This Topic
Gets or sets the first color of a two-color gradient.
Syntax
'Declaration
 
Public Property Color1 As Color
 
'Usage
 
Dim instance As GradientSelectionRenderer
Dim value As Color
 
instance.Color1 = value
 
value = instance.Color1

Property Value

First color
See Also