An implementation of the ISnapLineProvider interface that provides SnapLines for INodes.

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 class NodeSnapLineProvider : ISnapLineProvider
Visual Basic
Public Class NodeSnapLineProvider _
	Implements ISnapLineProvider

Remarks

This implementation uses the GraphSnapContext to create snap lines around the geometric border of the node.

Inheritance Hierarchy

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

See Also