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


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

Property Value

The radius of the glow.
See Also