Share via


LayoutNode.ChildOrder Property

Definition

Child Order

Represents the following attribute in the schema: chOrder

[DocumentFormat.OpenXml.SchemaAttr(0, "chOrder")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues> ChildOrder { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues> ChildOrder { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "chOrder")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues>? ChildOrder { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("chOrder")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues>? ChildOrder { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues>? ChildOrder { get; set; }
member this.ChildOrder : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "chOrder")>]
member this.ChildOrder : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("chOrder")>]
member this.ChildOrder : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues> with get, set
Public Property ChildOrder As EnumValue(Of ChildOrderValues)

Property Value

Returns EnumValue<T>.

Attributes

Remarks

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

Specifies the ordering of the child layout nodes for a given layout node.

The possible values for this attribute are defined by the ST_ChildOrderType simple type.

Applies to