public DebugLayout Row(float screenPart)
 {
     return(Row(DebugLayoutOptions.Part(screenPart)));
 }
 public DebugLayout Column(float screenPart)
 {
     return(Column(DebugLayoutOptions.Part(screenPart)));
 }