Compartilhar via


DesignMode.IsDesignModeEnabled Property

Definition

Indicates whether the application is being run in a previewer.

public:
 static property bool IsDesignModeEnabled { bool get(); };
public static bool IsDesignModeEnabled { get; }
static member IsDesignModeEnabled : bool
Public Shared ReadOnly Property IsDesignModeEnabled As Boolean

Property Value

true if the application is being run in a previewer. false if the application is being run on a device or emulator.

Applies to