DiagramNode.Layout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a constant to indicate the formatting of the child nodes of an organization chart.
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
Property Value
Remarks
MsoOrgChartLayoutType can be one of these MsoOrgChartLayoutType constants.
msoOrgChartLayoutAssistant Places child nodes as assistants.
msoOrgChartLayoutBothHanging Places child nodes vertically from the parent node on both the left and the right side.
msoOrgChartLayoutLeftHanging Places child nodes vertically from the parent node on the left side.
msoOrgChartLayoutMixed Return value for a parent node that has children formatted using more than one MsoOrgChartLayoutType.
msoOrgChartLayoutRightHanging Places child nodes vertically from the parent node on the right side.
msoOrgChartLayoutStandard Places child nodes horizontally below the parent node.