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