Share via


Diagram.AutoLayout Property

Definition

Diagram Automatic Layout

Represents the following attribute in the schema: autolayout

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to