GraphHostWindow ClassElecNetKit Documentation
Enables pop-up INetworkGraphs to be displayed from a console or GUI application with minimum fuss.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem.Windows.Threading DispatcherObject
    OnlineSystem.Windows DependencyObject
      OnlineSystem.Windows.Media Visual
        OnlineSystem.Windows UIElement
          OnlineSystem.Windows FrameworkElement
            OnlineSystem.Windows.Controls Control
              OnlineSystem.Windows.Controls ContentControl
                OnlineSystem.Windows Window
                  ElecNetKit.Graphing.Controls GraphHostWindow

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

public class GraphHostWindow : Window
Remarks

When displaying graphs from a console application, you can use StartGraphHostWindow(INetworkGraph) instead of instantiating a new GraphHostWindow. Alternatively, if you require a reference to a GraphHostWindow, you can mark the application entry point (usually Main()) with OnlineSTAThreadAttribute. See OnlineThe calling thread must be STA for more information.
See Also