Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / InnerShadowEffect Class / Radius Property


In This Topic
Radius Property (InnerShadowEffect)
In This Topic
Gets or sets the blur radius of the shadow.
Syntax
'Declaration
 
Public Property Radius As Double
 
'Usage
 
Dim instance As InnerShadowEffect
Dim value As Double
 
instance.Radius = value
 
value = instance.Radius

Property Value

The blur radius of the shadow.
See Also