示例#1
0
 public DebugLayout Row(float screenPart)
 {
     return(Row(DebugLayoutOptions.Part(screenPart)));
 }
示例#2
0
 public DebugLayout Column(float screenPart)
 {
     return(Column(DebugLayoutOptions.Part(screenPart)));
 }