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 MsoOrgChartLayoutType constant to indicate the formatting of the child nodes in 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; }
member this.Layout : Microsoft.Office.Core.MsoOrgChartLayoutType with get, set
Public Property Layout As MsoOrgChartLayoutType