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


In This Topic
    Radius Property (OuterShadowEffect)
    In This Topic
    Gets or sets the blur radius of the shadow.
    Syntax
    'Declaration
     
    
    Public Property Radius As Double
    'Usage
     
    
    Dim instance As OuterShadowEffect
    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