Represents a scrollable area that can contain a diagram.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
[ContentPropertyAttribute("Content")]
public class DiagramScrollViewer : Control
Visual Basic (Declaration)
<ContentPropertyAttribute("Content")> _
Public Class DiagramScrollViewer _
	Inherits Control

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
              Mindscape.WpfDiagramming.Foundation..::.DiagramScrollViewer

See Also