Class PresentationHelper
Presentation helper class.
Inheritance
System.Object
    PresentationHelper
  Namespace: Vortex.Presentation.Wpf
Assembly: Vortex.Presentation.Wpf.dll
Syntax
public static class PresentationHelper
  Properties
Dispatcher
Gets the Dispatcher associated with the main window of current application.
Declaration
public static Dispatcher Dispatcher { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Windows.Threading.Dispatcher | 
Methods
IsDesignMode()
Determines whether the current environment is running in Design Mode.
Declaration
public static bool IsDesignMode()
  Returns
| Type | Description | 
|---|---|
| System.Boolean |