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


In This Topic
ShadowOpacity Property
In This Topic
Gets or sets the shadow opacity.
Syntax
'Declaration
 
Public Property ShadowOpacity As Integer
 
'Usage
 
Dim instance As ExcelShape
Dim value As Integer
 
instance.ShadowOpacity = value
 
value = instance.ShadowOpacity

Property Value

shadow opacity
See Also