Beispiel #1
0
 public void TestMinWidth()
 {
     _option.MinWidth(100).Begin();
     AssertResult("width:100,minWidth:100");
 }