Just a quick tip useful when you have to do something special for Silverlight designer to work correctly.
bool _inInDesignMode = DesignerProperties.IsInDesignTool;
Benvenuti nel mio blog o forse solo un training log, vedremo.
Just a quick tip useful when you have to do something special for Silverlight designer to work correctly.
bool _inInDesignMode = DesignerProperties.IsInDesignTool;
Leave a Reply