Share via


ShapeDefaults.Lock Property

Shape Protections.Represents the element tag in schema: o:lock

Namespace:  DocumentFormat.OpenXml.Vml.Office
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Lock As Lock
    Get
    Set
'Usage
Dim instance As ShapeDefaults
Dim value As Lock

value = instance.Lock

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

Property Value

Type: DocumentFormat.OpenXml.Vml.Office.Lock
Returns Lock.

See Also

Reference

ShapeDefaults Class

ShapeDefaults Members

DocumentFormat.OpenXml.Vml.Office Namespace