Enum LayoutStyle
Node Layout styles
Namespace: Syncfusion.Windows.Forms.Diagram.Controls
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public enum LayoutStyle
Fields
| Name | Description |
|---|---|
| DirectedTree | Layout nodes in directed tree graph fashion. |
| Hierarchic | Layout nodes in hierarchical way. |
| Radial | Layout nodes in radial (circular) fashion. |
| Symmetric | Layout nodes in symmetrical manner. |
| Table | Arrange in a table like layout with rows and columns. |