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

Syntax

C#
[ObfuscationAttribute(Exclude = true, StripAfterObfuscation = false, 
	ApplyToMembers = false)]
public class SnapLine
Visual Basic
<ObfuscationAttribute(Exclude := True, StripAfterObfuscation := False,  _
	ApplyToMembers := False)> _
Public Class SnapLine

Remarks

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

Inheritance Hierarchy

See Also