DiagramNode.Layout Eigenschaft

Definition

Gibt eine Konstante zurück oder legt diese fest, um die Formatierung der untergeordneten Knoten eines organization Diagramms anzugeben.

public:
 property Microsoft::Office::Core::MsoOrgChartLayoutType Layout { Microsoft::Office::Core::MsoOrgChartLayoutType get(); void set(Microsoft::Office::Core::MsoOrgChartLayoutType value); };
public Microsoft.Office.Core.MsoOrgChartLayoutType Layout { get; set; }
Public Property Layout As MsoOrgChartLayoutType

Eigenschaftswert

Hinweise

MsoOrgChartLayoutType kann eine der folgenden MsoOrgChartLayoutType-Konstanten sein.

msoOrgChartLayoutAssistant Places untergeordnete Knoten als Assistenten.

msoOrgChartLayoutBothHanging Places untergeordnete Knoten vertikal vom übergeordneten Knoten auf der linken und rechten Seite.

msoOrgChartLayoutLeftHanging Places untergeordnete Knoten vertikal vom übergeordneten Knoten auf der linken Seite aus.

msoOrgChartLayoutMixed Rückgabewert für einen übergeordneten Knoten mit untergeordneten Elementen, die mit mehr als einem MsoOrgChartLayoutType formatiert sind.

msoOrgChartLayoutRightHanging Places untergeordnete Knoten vertikal vom übergeordneten Knoten auf der rechten Seite aus.

msoOrgChartLayoutStandard Places untergeordnete Knoten horizontal unterhalb des übergeordneten Knotens.

Gilt für: