Class PresentationHelper
Presentation helper class.
Inheritance
System.Object
PresentationHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |