Class DefaultPlatformModeDetector
- Namespace
- Splat
- Assembly
- Splat.Drawing.dll
Detects if we are in design mode or unit test mode based on the current platform.
- Inheritance
-
Default
Platform Mode Detector
- Implements
- Extension Methods
Constructors
DefaultPlatformModeDetector()
Methods
InDesignMode()
Gets a value indicating whether the current library or application is running in a GUI design mode tool.
Returns
- bool?
If we are currently running in design mode.