In order to detect whether your application is executing as a result of being in a designer use the GetIsInDesignMode
method of DesignerProperties
as the following demonstrate.
C#
bool designTime = System.ComponentModel.DesignerProperties.GetIsInDesignMode(
new DependencyObject());
VB.NET
dim designTime as Boolean = DesignerProperties.GetIsInDesignMode(
New DependencyObject)
Daniel is a former senior engineer in Technology and Research at the Office of the CTO at Microsoft, working on next generation systems.
Previously Daniel was a nine-time Microsoft MVP and co-founder of
Outcoder, a Swiss software and consulting company.
Daniel is the author of Windows Phone 8 Unleashed and Windows Phone 7.5 Unleashed, both published by SAMS.
Daniel is the developer behind several acclaimed mobile apps including
Surfy Browser for Android and Windows Phone. Daniel is the creator of a number of popular open-source projects, most notably
Codon.
Would you like Daniel to bring value to your organisation?
Please contact
Blog |
Twitter
Xamarin Experts
Windows 10 Experts