Represents the visualization of a SnapResult that can be visualized using a single snap line.

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 SingleLineSnapLineControl : SnapLineControl
Visual Basic
<ObfuscationAttribute(Exclude := True, StripAfterObfuscation := False,  _
	ApplyToMembers := False)> _
Public Class SingleLineSnapLineControl _
	Inherits SnapLineControl

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                yWorks.yFiles.UI.Input..::..SnapLineControl
                  yWorks.yFiles.UI.Input..::..SingleLineSnapLineControl

See Also