This class is an default implementation of the EdgeLabelLayout 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 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