Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / BlurEffect Class / GrowBounds Property


In This Topic
    GrowBounds Property
    In This Topic
    Gets or sets a value indicating whether the bounds of the object should be grown as a result of the blurring.
    Syntax
    'Declaration
     
    
    Public Property GrowBounds As Boolean
    'Usage
     
    
    Dim instance As BlurEffect
    Dim value As Boolean
     
    instance.GrowBounds = value
     
    value = instance.GrowBounds
    public bool GrowBounds {get; set;}

    Property Value

    true if the bounds of the object should be grown as a result of the blurring; otherwise, false.
    See Also