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


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

Property Value

The degree of blurriness.
See Also