Freigeben über


LayoutVariablePropertySetType-Klasse

Defines the LayoutVariablePropertySetType class.

Vererbungshierarchie

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

Hinweise

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>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

LayoutVariablePropertySetType-Member

DocumentFormat.OpenXml.Drawing.Diagrams-Namespace