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


In This Topic
Type Property (IShadowFormat)
In This Topic
Gets or sets a ShadowType value that represents the shadow format type.
Syntax
'Declaration
 
Property Type As ShadowType
 
'Usage
 
Dim instance As IShadowFormat
Dim value As ShadowType
 
instance.Type = value
 
value = instance.Type

Property Value

The ShadowType value.
See Also