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

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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