This class is an default implementation of the EdgeLabelLayout 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 EdgeLabelLayoutImpl : LabelLayoutImpl, 
	IEdgeLabelLayout, ILabelLayout
Visual Basic
Public Class EdgeLabelLayoutImpl _
	Inherits LabelLayoutImpl _
	Implements IEdgeLabelLayout, ILabelLayout

Remarks

This class is an default implementation of the EdgeLabelLayout interface.

Inheritance Hierarchy

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

See Also