A node label model that sets the labels at the opposite side of the outgoing edges of a node.

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 EdgeOppositeNodeLabelLayoutModel : INodeLabelModel
Visual Basic
Public Class EdgeOppositeNodeLabelLayoutModel _
	Implements INodeLabelModel

Remarks

A node label model that sets the labels at the opposite side of the outgoing edges of a node.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..EdgeOppositeNodeLabelLayoutModel

See Also