Share via


ContentPartLocks.NoChangeAspect Property

Disallow Aspect Ratio Change.Represents the attribte in schema: noChangeAspect

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

Syntax

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

value = instance.NoChangeAspect

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

ContentPartLocks Class

ContentPartLocks Members

DocumentFormat.OpenXml.Office2010.Drawing Namespace