A Control representing a SnapResult.

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#
public abstract class SnapLineControl : ContentControl
Visual Basic
Public MustInherit Class SnapLineControl _
	Inherits ContentControl

Remarks

The SnapResult to visualize and the current render context have to be passed to the UpdateValues(IRenderContext, SnapResult) method so that any custom properties can be initialized. Some subclasses may have additional information stored as
CopyC#
Content
that can be used for the visualization.

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..::..FixedDistanceSnapLineControl
                  yWorks.yFiles.UI.Input..::..InBetweenSnapLineControl
                  yWorks.yFiles.UI.Input..::..SingleLineSnapLineControl

See Also