示例#1
0
 public static UIComponentBase GetContent(UIComponentContainer source)
 {
     return((UIComponentBase)source.GetValue(ContentProperty));
 }
示例#2
0
 public static UIComponentConfiguration GetComponent(UIComponentContainer source)
 {
     return((UIComponentConfiguration)source.GetValue(ComponentProperty));
 }