MindFusion.Wpf Pack Programmer's Guide
ContainerPresenter Class
Remarks See Also
 





Renders the contents of a ContainerNode in specified viewport.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public class ContainerPresenter : Panel, IDisposable

Visual Basic  Copy Code

Public Class ContainerPresenter
    Inherits Panel
    Implements IDisposable

 Remarks

This class implements UI virtualization for container's child renderers. It is instantiated internally by DiagramPresenter.

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        System.Windows.Controls.Panel
                            MindFusion.Diagramming.Wpf.ContainerPresenter

 See Also

ContainerPresenter Members
MindFusion.Diagramming.Wpf Namespace