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

    Property Value

    The blur radius of the shadow.
    See Also