Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShadowFormat Interface / Blur Property


In This Topic
    Blur Property (IShadowFormat)
    In This Topic
    Gets or sets the degree of blurriness of the specified shadow.
    Syntax
    'Declaration
     
    
    Property Blur As Double
    'Usage
     
    
    Dim instance As IShadowFormat
    Dim value As Double
     
    instance.Blur = value
     
    value = instance.Blur
    double Blur {get; set;}

    Property Value

    The degree of blurriness.
    See Also