Layout style specifier.
Namespace: yWorks.yFiles.Layout.OrthogonalAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum LayoutStyle |
| Visual Basic |
|---|
Public Enumeration LayoutStyle |
Members
| Member name | Description | ||
|---|---|---|---|
| Normal | 0 | Layout style specifier. In this layout style the size of the nodes will not be changed by the algorithm. All edges will be routed orthogonally. | |
| Uniform | 1 | Layout style specifier. In this layout style a uniform size will be assigned to all nodes. All edges will be routed orthogonally. | |
| Box | 2 | Layout style specifier. In this layout style the size of the original nodes will be enlarged in order to save some bends. All edges will be routed orthogonally. | |
| Mixed | 3 | Layout style specifier. In this layout style not all edges will be routed orthogonally. Edge segments that directly connect to a node may be routed non-vertically and non-horizontally. A small uniform size will be assigned to all nodes. | |
| NormalTree | 4 | Layout style specifier. Like Normal but all directed subtree structures of the graph will be laid out in an optimized way. All edges will be routed orthogonally. The tree edges will be routed in a bus-like fashion. | |
| FixedMixed | 5 | Layout style specifier. In this layout style not all edges will be routed orthogonally. Edge segments that directly connect to a node may be routed non-vertically and non-horizontally. The size of nodes will not be altered. | |
| FixedBox | 6 | Layout style specifier. Nodes will be placed at the same location as with FixedMixed but edges will be routed strictly orthogonally. The size of nodes will not be altered. |