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 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é
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.