LayoutType
Enum
The diagram layout types you can use to organize a RadDiagram diagram.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public enum LayoutType
Fields
Sugiyama or layered layout.
C#
Sugiyama = 0
Tree layout and its variations.
C#
Tree = 1
Remarks:
See also the TreeLayoutType types and the TreeLayoutSettings for a further specification of the tree type.