ShapeLocks.NoEditPoints Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Disallow Shape Point Editing
Represents the following attribute in the schema: noEditPoints
[DocumentFormat.OpenXml.SchemaAttr(0, "noEditPoints")]
public DocumentFormat.OpenXml.BooleanValue NoEditPoints { get; set; }public DocumentFormat.OpenXml.BooleanValue NoEditPoints { get; set; }[DocumentFormat.OpenXml.SchemaAttr(0, "noEditPoints")]
public DocumentFormat.OpenXml.BooleanValue? NoEditPoints { get; set; }[DocumentFormat.OpenXml.SchemaAttr("noEditPoints")]
public DocumentFormat.OpenXml.BooleanValue? NoEditPoints { get; set; }public DocumentFormat.OpenXml.BooleanValue? NoEditPoints { get; set; }member this.NoEditPoints : DocumentFormat.OpenXml.BooleanValue with get, set[<DocumentFormat.OpenXml.SchemaAttr(0, "noEditPoints")>]
member this.NoEditPoints : DocumentFormat.OpenXml.BooleanValue with get, set[<DocumentFormat.OpenXml.SchemaAttr("noEditPoints")>]
member this.NoEditPoints : DocumentFormat.OpenXml.BooleanValue with get, setPublic Property NoEditPoints As BooleanValueProperty Value
Returns BooleanValue.
- Attributes