Back to Devexpress

DiagramOrgChartController.LayoutKind Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramorgchartcontroller-6bd23e0d.md

latest1.3 KB
Original Source

DiagramOrgChartController.LayoutKind Property

Specifies the automatic layout to be applied to the generated diagram.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DiagramCategory(DiagramCategory.Layout)]
public virtual DiagramLayoutKind LayoutKind { get; set; }
vb
<DiagramCategory(DiagramCategory.Layout)>
Public Overridable Property LayoutKind As DiagramLayoutKind

Property Value

TypeDescription
DevExpress.Diagram.Core.DiagramLayoutKind

A DevExpress.Diagram.Core.DiagramLayoutKind enumeration value.

|

See Also

DiagramOrgChartController Class

DiagramOrgChartController Members

DevExpress.XtraDiagram Namespace