LayoutVariablePropertySetType Class

Defines the LayoutVariablePropertySetType class.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType
        DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables
        DocumentFormat.OpenXml.Drawing.Diagrams.VariableList

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(MaxNumberOfChildren))> _
<ChildElementInfoAttribute(GetType(AnimateOneByOne))> _
<ChildElementInfoAttribute(GetType(AnimationLevel))> _
<ChildElementInfoAttribute(GetType(ResizeHandles))> _
<ChildElementInfoAttribute(GetType(PreferredNumberOfChildren))> _
<ChildElementInfoAttribute(GetType(BulletEnabled))> _
<ChildElementInfoAttribute(GetType(Direction))> _
<ChildElementInfoAttribute(GetType(HierarchyBranch))> _
<ChildElementInfoAttribute(GetType(OrganizationChart))> _
Public MustInherit Class LayoutVariablePropertySetType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As LayoutVariablePropertySetType
[ChildElementInfoAttribute(typeof(MaxNumberOfChildren))]
[ChildElementInfoAttribute(typeof(AnimateOneByOne))]
[ChildElementInfoAttribute(typeof(AnimationLevel))]
[ChildElementInfoAttribute(typeof(ResizeHandles))]
[ChildElementInfoAttribute(typeof(PreferredNumberOfChildren))]
[ChildElementInfoAttribute(typeof(BulletEnabled))]
[ChildElementInfoAttribute(typeof(Direction))]
[ChildElementInfoAttribute(typeof(HierarchyBranch))]
[ChildElementInfoAttribute(typeof(OrganizationChart))]
public abstract class LayoutVariablePropertySetType : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:OrganizationChart <dgm:orgChart>MaxNumberOfChildren <dgm:chMax>PreferredNumberOfChildren <dgm:chPref>BulletEnabled <dgm:bulletEnabled>Direction <dgm:dir>HierarchyBranch <dgm:hierBranch>AnimateOneByOne <dgm:animOne>AnimationLevel <dgm:animLvl>ResizeHandles <dgm:resizeHandles>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LayoutVariablePropertySetType Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace