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


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

Property Value

The size of the specified shadow.
See Also