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