Simple implementation of the ISnapLineProvider interface that can be used to add snap lines for orthogonally routed 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 class EdgeSnapLineProvider : ISnapLineProvider
Visual Basic
Public Class EdgeSnapLineProvider _
	Implements ISnapLineProvider

Remarks

This implementation can be put into the Lookup(Type) of an IEdge.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Input..::..EdgeSnapLineProvider

See Also