This class is an default implementation of the NodeLabelLayout interface.

Namespace: yWorks.yFiles.Layout
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.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