NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks Property
Connection Shape Locks.Represents the element tag in schema: a:cxnSpLocks
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property ConnectionShapeLocks As ConnectionShapeLocks
Get
Set
'Usage
Dim instance As NonVisualConnectorShapeDrawingProperties
Dim value As ConnectionShapeLocks
value = instance.ConnectionShapeLocks
instance.ConnectionShapeLocks = value
public ConnectionShapeLocks ConnectionShapeLocks { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks
Returns ConnectionShapeLocks.
See Also
Reference
NonVisualConnectorShapeDrawingProperties Class