I found here
var gridLength = new GridLength(1, GridUnitType.Star);
I want to know, 1 star = ? pixel
I was reached on the Internet, but I couldn't found any threads about this
Thanks.
I found here
var gridLength = new GridLength(1, GridUnitType.Star);
I want to know, 1 star = ? pixel
I was reached on the Internet, but I couldn't found any threads about this
Thanks.
Star is relative unit, similar to % in css, but slightly different