A template the visualizes a snap line that snaps an object between two other objects so that the distances to the enclosing objects are equal.

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 = true)]
public class InBetweenSnapLineControl : SnapLineControl
Visual Basic
<ObfuscationAttribute(Exclude := True, StripAfterObfuscation := False,  _
	ApplyToMembers := True)> _
Public Class InBetweenSnapLineControl _
	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..::..InBetweenSnapLineControl

See Also