Share via


LayoutVariablePropertySetType.HierarchyBranch Property

Organization Chart Branch Style.Represents the element tag in schema: dgm:hierBranch

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

Syntax

'Declaration
Public Property HierarchyBranch As HierarchyBranch
    Get
    Set
'Usage
Dim instance As LayoutVariablePropertySetType
Dim value As HierarchyBranch

value = instance.HierarchyBranch

instance.HierarchyBranch = value
public HierarchyBranch HierarchyBranch { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch
Returns HierarchyBranch.

See Also

Reference

LayoutVariablePropertySetType Class

LayoutVariablePropertySetType Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace