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


In This Topic
ShadowOn Property
In This Topic
Gets or sets a value indicating whether [shadow on].
Syntax
'Declaration
 
Public Property ShadowOn As Boolean
 
'Usage
 
Dim instance As ExcelShape
Dim value As Boolean
 
instance.ShadowOn = value
 
value = instance.ShadowOn

Property Value

true if [shadow on]; otherwise, false
See Also