DiagramOrgChartController.LayoutKind Property
Specifies the automatic layout to be applied to the generated diagram.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
[DiagramCategory(DiagramCategory.Layout)]
public virtual DiagramLayoutKind LayoutKind { get; set; }
Property Value
Type | Description |
---|---|
DevExpress.Diagram.Core.DiagramLayoutKind | A DevExpress.Diagram.Core.DiagramLayoutKind enumeration value. |
See Also