Share via


NonVisualShapeDrawingProperties.ShapeLocks Property

Shape Locks.Represents the element tag in schema: a:spLocks

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

Syntax

'Declaration
Public Property ShapeLocks As ShapeLocks
    Get
    Set
'Usage
Dim instance As NonVisualShapeDrawingProperties
Dim value As ShapeLocks

value = instance.ShapeLocks

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.ShapeLocks
Returns ShapeLocks.

See Also

Reference

NonVisualShapeDrawingProperties Class

NonVisualShapeDrawingProperties Members

DocumentFormat.OpenXml.Drawing.Spreadsheet Namespace