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

Namespace: yWorks.yFiles.Layout
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

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