Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Shadow Property


In This Topic
Shadow Property (Shape)
In This Topic
Gets a IShadowFormat object that contains shadow formatting properties for the specified shape or shapes.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Shadow As IShadowFormat
 
'Usage
 
Dim instance As Shape
Dim value As IShadowFormat
 
value = instance.Shadow

Property Value

The shadow format.
See Also