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.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

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