예제 #1
0
 public static UIComponentConfiguration GetComponent(UIComponentPanel source)
 {
     return((UIComponentConfiguration)source.GetValue(ComponentProperty));
 }
예제 #2
0
 public static bool GetIsInDesignMode(UIComponentPanel source)
 {
     return((bool)source.GetValue(IsInDesignModeProperty));
 }