LayoutNode.ChildOrder-Eigenschaft
Child Order.Represents the attribte in schema: chOrder
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "chOrder")> _
Public Property ChildOrder As EnumValue(Of ChildOrderValues)
Get
Set
'Usage
Dim instance As LayoutNode
Dim value As EnumValue(Of ChildOrderValues)
value = instance.ChildOrder
instance.ChildOrder = value
[SchemaAttrAttribute(, "chOrder")]
public EnumValue<ChildOrderValues> ChildOrder { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.EnumValue<ChildOrderValues>
Returns EnumValue<T>.
Hinweise
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.