Enables pop-up
INetworkGraphs to be displayed from a
console or GUI application with minimum fuss.
System Object
System.Windows.Threading DispatcherObject
System.Windows DependencyObject
System.Windows.Media Visual
System.Windows UIElement
System.Windows FrameworkElement
System.Windows.Controls Control
System.Windows.Controls ContentControl
System.Windows Window ElecNetKit.Graphing.Controls GraphHostWindowNamespace: ElecNetKit.Graphing.ControlsAssembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
public class GraphHostWindow : Window
public class GraphHostWindow : Window
Public Class GraphHostWindow _
Inherits Window
Public Class GraphHostWindow _
Inherits Window
public ref class GraphHostWindow : public Window
public ref class GraphHostWindow : public Window
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
STAThreadAttribute. See
The calling thread must be STA for more information.