Share via


ConnectionShapeLocks.NoChangeShapeType Property

Disallow Shape Type Change.Represents the attribte in schema: noChangeShapeType

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

Syntax

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

value = instance.NoChangeShapeType

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

ConnectionShapeLocks Class

ConnectionShapeLocks Members

DocumentFormat.OpenXml.Drawing Namespace