Beispiel #1
0
 public void TestMinHeight()
 {
     _option.MinHeight(100).Begin();
     AssertResult("height:100,minHeight:100");
 }