NonVisualInkContentPartPropertiesType.ContentPartLocks Property
ContentPartLocks.Represents the element tag in schema: a14:cpLocks
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property ContentPartLocks As ContentPartLocks
Get
Set
'Usage
Dim instance As NonVisualInkContentPartPropertiesType
Dim value As ContentPartLocks
value = instance.ContentPartLocks
instance.ContentPartLocks = value
public ContentPartLocks ContentPartLocks { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks
See Also
Reference
NonVisualInkContentPartPropertiesType Class