After all the rows and columns of type GridUnitType.Absolute and GridUnitType.Auto are laid out, each of the corresponding remaining rows or columns, which are of type GridUnitType.Star, receive a fraction of the remaining available space. This fraction is determined by dividing each row's or column's GridLength.Value property value by the sum of all the row or column GridLength.Value property values, correspondingly, including its own.