Class DesignerHelper
Helper class for Visual Studio designer.
public static class DesignerHelper
- Inheritance
-
DesignerHelper
- Inherited Members
Properties
IsDebugging
Gets a value indicating whether the project is currently debugged.
public static bool IsDebugging { get; }
Property Value
IsInDesignMode
Gets a value indicating whether the project is currently in design mode.
public static bool IsInDesignMode { get; }