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


In This Topic
    Blur Property (IReflectionFormat)
    In This Topic
    Gets or sets the amount of blur, measured in pixels, of the shape's reflection image.
    Syntax
    'Declaration
     
    
    Property Blur As Double
    'Usage
     
    
    Dim instance As IReflectionFormat
    Dim value As Double
     
    instance.Blur = value
     
    value = instance.Blur
    double Blur {get; set;}

    Property Value

    The amount of blur.
    See Also