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.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

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