Spread Windows Forms 15.0
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
    public double Radius {get; set;}

    Property Value

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