Example #1
0
 public PropertyGrid()
 {
     ValueDiscoveryStrategy = new IncludeByDefaultValueDiscoveryStrategy();
     if (Drawing != null)
     {
         Drawing.SelectionChanged += Drawing_SelectionChanged;
     }
 }
Example #2
0
 public PropertyGrid()
 {
     ValueDiscoveryStrategy = new IncludeByDefaultValueDiscoveryStrategy();
 }