NonVisualConnectorProperties.ConnectionShapeLocks Property

Connection Shape Locks.Represents the element tag in schema: a:cxnSpLocks

Namespace:  DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property ConnectionShapeLocks As ConnectionShapeLocks
    Get
    Set
'Usage
Dim instance As NonVisualConnectorProperties
Dim value As ConnectionShapeLocks

value = instance.ConnectionShapeLocks

instance.ConnectionShapeLocks = value
public ConnectionShapeLocks ConnectionShapeLocks { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks

See Also

Reference

NonVisualConnectorProperties Class

NonVisualConnectorProperties Members

DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace