Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / GradientStop Structure / Color Property


In This Topic
Color Property (GradientStop)
In This Topic
Gets the color of this gradient stop.
Syntax
'Declaration
 
Public ReadOnly Property Color As Color
 
'Usage
 
Dim instance As GradientStop
Dim value As Color
 
value = instance.Color

Property Value

A Color value represents the color of this gradient stop.
See Also