Share via


ShapeLocks.NoResize Property

Definition

Disallow Shape Resize

Represents the following attribute in the schema: noResize

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

Property Value

Returns BooleanValue.

Attributes

Applies to