DiagramNode.Layout Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.