Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Blur Class / GrowBounds Property

In This Topic
    GrowBounds Property
    In This Topic
    Gets or sets a value indicating whether the bounds of the object should grow as the result of the blurring.

    The default is true.

    Syntax
    'Declaration
     
    Public Property GrowBounds As System.Boolean
    public System.bool GrowBounds {get; set;}
    See Also