VisualHost ClassElecNetKit Documentation
A control that can display one OnlineVisual, and handles layout accordingly.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem.Windows.Threading DispatcherObject
    OnlineSystem.Windows DependencyObject
      OnlineSystem.Windows.Media Visual
        OnlineSystem.Windows UIElement
          OnlineSystem.Windows FrameworkElement
            ElecNetKit.Graphing.Controls VisualHost
              ElecNetKit.Graphing.Controls GraphHost

Namespace: ElecNetKit.Graphing.Controls
Assembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
Syntax

public class VisualHost : FrameworkElement, INotifyPropertyChanged
Remarks

This control should be used for displaying OnlineVisuals generated by INetworkGraphs in WPF applications. Adapted from http://msdn.microsoft.com/en-us/library/ms742254.aspx http://kentb.blogspot.com.au/2008/10/customizing-logical-children.html http://msdn.microsoft.com/en-us/library/system.windows.media.visual.removevisualchild.aspx http://www.codeproject.com/Articles/34741/Change-Notification-for-Dependency-Properties
See Also