DesignMode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Static class that developers can use to determine if the application is running in a previewer.
public static class DesignMode
type DesignMode = class
- Inheritance
-
System.ObjectDesignMode
Remarks
This class is managed by the Xamarin.Forms platform to inform the developer when the application is being run in a previewer.
Properties
IsDesignModeEnabled |
Indicates whether the application is being run in a previewer. |