Table of Contents

Class DesignerHelper

Namespace
Wpf.Ui.Designer
Assembly
Wpf.Ui.dll

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

bool

IsInDesignMode

Gets a value indicating whether the project is currently in design mode.

public static bool IsInDesignMode { get; }

Property Value

bool