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