Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / GlowEffect Class / Color Property


In This Topic
Color Property (GlowEffect)
In This Topic
Gets or sets the glow color.
Syntax
'Declaration
 
Public Property Color As SchemeColor
 
'Usage
 
Dim instance As GlowEffect
Dim value As SchemeColor
 
instance.Color = value
 
value = instance.Color

Property Value

The color of the glow.
See Also