Share via


ContentPartLocks.NoResize Property

Disallow Shape Resize.Represents the attribte in schema: noResize

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

Syntax

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

value = instance.NoResize

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

ContentPartLocks Class

ContentPartLocks Members

DocumentFormat.OpenXml.Office2010.Drawing Namespace