Gets or sets a value indicating whether the bounds of the object should be grown as a result of the blurring.
public bool GrowBounds {get; set;}
'Declaration
Public Property GrowBounds As Boolean
'Usage
Dim instance As BlurEffect
Dim value As Boolean
instance.GrowBounds = value
value = instance.GrowBounds
Property Value
true
if the bounds of the object should be grown as a result of the blurring; otherwise,
false
.