예제 #1
0
파일: GridLength.cs 프로젝트: redbadger/XPF
 static GridLength()
 {
     Auto = new GridLength(1, GridUnitType.Auto);
 }
예제 #2
0
 static GridLength()
 {
     Auto = new GridLength(1, GridUnitType.Auto);
 }