Share via


PictureLocks.NoEditPoints Property

Definition

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, set
Public Property NoEditPoints As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies that the generating application should not allow shape point changes for the corresponding connection shape. If this attribute is not specified, then a value of false is assumed.

The possible values for this attribute are defined by the XML Schema boolean datatype.

Applies to