An edge label model that allows placement of labels at a fixed offset from the source intersection point of the node.

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 FreeEdgeLabelLayoutModel : IEdgeLabelModel
Visual Basic
Public Class FreeEdgeLabelLayoutModel _
	Implements IEdgeLabelModel

Remarks

An edge label model that allows placement of labels at a fixed offset from the source intersection point of the node.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..FreeEdgeLabelLayoutModel

See Also