Share via


ConnectionShapeLocks.NoResize Property

Disallow Shape Resize.Represents the attribte in schema: noResize

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

Syntax

'Declaration
<SchemaAttrAttribute(, "noResize")> _
Public Property NoResize As BooleanValue
    Get
    Set
'Usage
Dim instance As ConnectionShapeLocks
Dim value As BooleanValue

value = instance.NoResize

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

ConnectionShapeLocks Class

ConnectionShapeLocks Members

DocumentFormat.OpenXml.Drawing Namespace