Skip to main content
Code And Run
Activities /

Silverlight: detecting design mode

29 August 2013
Computers

Just a quick tip useful when you have to do something special for Silverlight designer to work correctly.

bool _inInDesignMode = DesignerProperties.IsInDesignTool;