Class LayoutStyle
Node Layout styles
Inheritance
System.Object
LayoutStyle
Namespace: Syncfusion.Windows.Forms.Diagram.Controls
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public sealed class LayoutStyle : Enum
Fields
DirectedTree
Layout nodes in directed tree graph fashion.
Declaration
public const LayoutStyle DirectedTree
Field Value
| Type |
|---|
| LayoutStyle |
Hierarchic
Layout nodes in hierarchical way.
Declaration
public const LayoutStyle Hierarchic
Field Value
| Type |
|---|
| LayoutStyle |
Radial
Layout nodes in radial (circular) fashion.
Declaration
public const LayoutStyle Radial
Field Value
| Type |
|---|
| LayoutStyle |
Symmetric
Layout nodes in symmetrical manner.
Declaration
public const LayoutStyle Symmetric
Field Value
| Type |
|---|
| LayoutStyle |
Table
Arrange in a table like layout with rows and columns.
Declaration
public const LayoutStyle Table
Field Value
| Type |
|---|
| LayoutStyle |