Share via


ShapeLocks.NoMove Property

Definition

Disallow Shape Movement

Represents the following attribute in the schema: noMove

[DocumentFormat.OpenXml.SchemaAttr(0, "noMove")]
public DocumentFormat.OpenXml.BooleanValue NoMove { get; set; }
public DocumentFormat.OpenXml.BooleanValue NoMove { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "noMove")]
public DocumentFormat.OpenXml.BooleanValue? NoMove { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("noMove")]
public DocumentFormat.OpenXml.BooleanValue? NoMove { get; set; }
public DocumentFormat.OpenXml.BooleanValue? NoMove { get; set; }
member this.NoMove : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "noMove")>]
member this.NoMove : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("noMove")>]
member this.NoMove : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property NoMove As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to