Blur.Grow Property

Grow Bounds.Represents the attribte in schema: grow

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "grow")> _
Public Property Grow As BooleanValue
    Get
    Set
'Usage
Dim instance As Blur
Dim value As BooleanValue

value = instance.Grow

instance.Grow = value
[SchemaAttrAttribute(, "grow")]
public BooleanValue Grow { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Blur Class

Blur Members

DocumentFormat.OpenXml.Drawing Namespace