This interface describes the layout information for a node in the drawing of a graph.

Namespace: yWorks.yFiles.Layout
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface INodeLayout
Visual Basic
Public Interface INodeLayout

Remarks

This interface describes the layout information for a node in the drawing of a graph. The layout information consists of the size and position of the node.

See Also