This class is an default implementation of the NodeLabelLayout interface.

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 NodeLabelLayoutImpl : LabelLayoutImpl, 
	INodeLabelLayout, ILabelLayout
Visual Basic
Public Class NodeLabelLayoutImpl _
	Inherits LabelLayoutImpl _
	Implements INodeLabelLayout, ILabelLayout

Remarks

This class is an default implementation of the NodeLabelLayout interface.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..LabelLayoutImpl
    yWorks.yFiles.Layout..::..NodeLabelLayoutImpl

See Also