Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShadowFormat Interface / Style Property


In This Topic
Style Property (IShadowFormat)
In This Topic
Gets or sets the style of the specified shadow.
Syntax
'Declaration
 
Property Style As ShadowStyle
 
'Usage
 
Dim instance As IShadowFormat
Dim value As ShadowStyle
 
instance.Style = value
 
value = instance.Style

Property Value

The style of the specified shadow.
See Also