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

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

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