DiagramNode.Layout 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置一个常量,指示组织结构图子节点的格式设置。
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
属性值
注解
MsoOrgChartLayoutType 可以是以下 MsoOrgChartLayoutType 常量之一。
msoOrgChartLayoutAssistant Places子节点作为助手。
msoOrgChartLayoutBothHanging 从左侧和右侧的父节点垂直Places子节点。
msoOrgChartLayoutLeftHanging 从左侧的父节点垂直Places子节点。
msoOrgChartLayoutMixed 具有使用多个 MsoOrgChartLayoutType 格式化的子节点的父节点的返回值。
msoOrgChartLayoutRightHanging 从右侧的父节点垂直Places子节点。
msoOrgChartLayoutStandard Places父节点下方的水平子节点。