Convenience control implementation that shows an overview of an IGraph contained in another GraphControl.

Namespace: yWorks.yFiles.UI
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

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

Remarks

This control uses a GraphPaintable to display the graph in a preview mode and an OverviewInputMode to allow for easily navigating in the GraphControl.

Related Demo Applications

The following programming samples are available: Also see the yFiles WPF tutorials for step by step introductions.

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
              yWorks.Canvas..::..CanvasControl
                yWorks.yFiles.UI..::..GraphOverviewControl

See Also