andrew4582

IsDesignMode WPF

Nov 28th, 2012
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1.         public bool IsDesignMode
  2.         {
  3.             get
  4.             {
  5.                 return System.ComponentModel.DesignerProperties.GetIsInDesignMode(this);
  6.             }
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment