This interface defines the properties of one edge label from the perspective of a labeling algorithm.

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 interface IEdgeLabelLayout : ILabelLayout
Visual Basic
Public Interface IEdgeLabelLayout _
	Inherits ILabelLayout

Remarks

This interface defines the properties of one edge label from the perspective of a labeling algorithm.

See Also