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


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

Property Value

The radius of blur to apply to the edges.
See Also