Share via


ContentPartLocks.NoEditPoints Property

Disallow Shape Point Editing.Represents the attribte in schema: noEditPoints

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

Syntax

'Declaration
<SchemaAttrAttribute(, "noEditPoints")> _
Public Property NoEditPoints As BooleanValue
    Get
    Set
'Usage
Dim instance As ContentPartLocks
Dim value As BooleanValue

value = instance.NoEditPoints

instance.NoEditPoints = value
[SchemaAttrAttribute(, "noEditPoints")]
public BooleanValue NoEditPoints { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

ContentPartLocks Class

ContentPartLocks Members

DocumentFormat.OpenXml.Office2010.Drawing Namespace