An edge label model that can be used to describe any position and orientation of a label.

Namespace: yWorks.yFiles.UI.LabelModels
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = false)]
public class FreeEdgeLabelModel : ILabelModelParameterFinder, 
	ILabelModel, ILookup
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public Class FreeEdgeLabelModel _
	Implements ILabelModelParameterFinder, ILabelModel, ILookup

Remarks

The position of the label is stored relative to the positions of the ports of the edge the label belongs to.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.LabelModels..::..FreeEdgeLabelModel

See Also