Interface used by OrthogonalEdgeEditingContext and the like that can be decorated to the ILookup of IEdges.

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface IOrthogonalEdgeHelper
Visual Basic
Public Interface IOrthogonalEdgeHelper

Remarks

This interface is for editing edges in such a way that their path stays orthogonal, i.e. all of the segments are oriented either horizontally or vertically.

See Also