Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / ShadowColor Property


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

Property Value

color of the shadow
See Also