A node label model that can be used to describe any position and orientation of a label.

Namespace: yWorks.yFiles.UI.LabelModels
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public class FreeNodeLabelModel : ILabelModel, 
	ILookup, ILabelModelParameterFinder
Visual Basic
Public Class FreeNodeLabelModel _
	Implements ILabelModel, ILookup, ILabelModelParameterFinder

Remarks

The position of the label is stored relative to the layout of the node the label belongs to.

Inheritance Hierarchy

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

See Also