This class is an default implementation of the NodeLabelLayout interface.

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 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