示例#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));
 }