Specifies the automatic layout to be applied to the generated diagram. This is a dependency property.
Namespace:DevExpress.Xpf.Diagram
Assembly:DevExpress.Xpf.Diagram.v18.1.dll

Syntax
C# |
public DiagramLayoutKind LayoutKind { get; set; }
|
VB |
Public Property LayoutKind As DiagramLayoutKind
|
Property value
Type: DiagramLayoutKind
A DevExpress.Diagram.Core.DiagramLayoutKind enumeration value.

See Also