A node label model that allows placement of labels at a fixed offset relative to the node's upper-left corner.

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 class FreeNodeLabelLayoutModel : INodeLabelModel
Visual Basic
Public Class FreeNodeLabelLayoutModel _
	Implements INodeLabelModel

Remarks

A node label model that allows placement of labels at a fixed offset relative to the node's upper-left corner.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..FreeNodeLabelLayoutModel

See Also