'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
.