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


In This Topic
Blur Property (IReflectionFormat)
In This Topic
Gets or sets the amount of blur, measured in pixels, of the shape's reflection image.
Syntax
'Declaration
 
Property Blur As Double
 
'Usage
 
Dim instance As IReflectionFormat
Dim value As Double
 
instance.Blur = value
 
value = instance.Blur

Property Value

The amount of blur.
See Also