DesignMode.IsDesignModeEnabled Property

Definition

Indicates whether the application is being run in a previewer.

public static bool IsDesignModeEnabled { get; }
member this.IsDesignModeEnabled : bool

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