Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / BlurEffect Class / Radius Property


In This Topic
    Radius Property (BlurEffect)
    In This Topic
    Gets or sets the radius of blur.
    Syntax
    'Declaration
     
    
    Public Property Radius As Double
    'Usage
     
    
    Dim instance As BlurEffect
    Dim value As Double
     
    instance.Radius = value
     
    value = instance.Radius
    public double Radius {get; set;}

    Property Value

    The radius of blur.
    See Also