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


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

Property Value

The color of the shadow.
See Also