Models a snap line that is a line segment in the world coordinate system that is parallel to the x or y axis and to which other items (lines or points) snap to during interactive movements.

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public class SnapLine
Visual Basic
Public Class SnapLine

Remarks

GraphSnapContext makes use of this class to interactively snap moving elements to snap lines.

Inheritance Hierarchy

See Also