Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShadowFormat Interface / Blur Property


In This Topic
    Blur Property (IShadowFormat)
    In This Topic
    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;}
    See Also