DiagramNode.Layout Propriété

Définition

Renvoie ou définit une constante pour indiquer la mise en forme des nodes enfants d’un organigramme.

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é

MsoOrgChartLayoutType

Remarques

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

msoOrgChartLayoutAssistant Place les nodes enfants en tant qu’assistants.

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

msoOrgChartLayoutLeftHanging Place 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 Place les nœuds enfants verticalement à partir du nœud parent sur le côté droit.

msoOrgChartLayoutStandard Place les nœuds enfants horizontalement sous le nœud parent.

S’applique à