Esempio n. 1
0
 public static void SetComponent(UIComponentPanel source, UIComponentConfiguration value)
 {
     source.SetValue(ComponentProperty, value);
 }
Esempio n. 2
0
 public static void SetIsInDesignMode(UIComponentPanel source, bool value)
 {
     source.SetValue(IsInDesignModeProperty, value);
 }