Partager via


DiagramNode.Layout Propriété

Définition

Renvoie ou définit une constante pour indiquer la mise en forme des nœuds enfants d’un graphique organization.

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

Valeur de propriété

Remarques

MsoOrgChartLayoutType peut être l’une de ces constantes MsoOrgChartLayoutType .

msoOrgChartLayoutAssistant Places nœuds enfants en tant qu’assistants.

msoOrgChartLayoutBothHanging Places les nœuds enfants verticalement à partir du nœud parent à gauche et à droite.

msoOrgChartLayoutLeftHanging Places les nœuds enfants verticalement à partir du nœud parent sur le côté gauche.

msoOrgChartLayoutMixed Valeur de retour pour un nœud parent dont les enfants sont mis en forme à l’aide de plusieurs MsoOrgChartLayoutType.

msoOrgChartLayoutRightHanging Places les nœuds enfants verticalement à partir du nœud parent sur le côté droit.

msoOrgChartLayoutStandard Places nœuds enfants horizontalement sous le nœud parent.

S’applique à