BoxDefine() public method

public BoxDefine ( ) : object
return object
Example #1
0
 public static VBox Convert(VBox box, Type type)
 {
     try
     {
         return(new VBox(box.BoxDefine().Convert(type)));
     }
     catch (Exception)
     {
         return(null);
     }
 }