GridUnitType

How a GridLength is interpreted by the grid layout.
public enum GridUnitType

Values

NameSummary
AutoSize to the content of the row or column (the largest child's desired size).
PixelA fixed size in points.
StarA weighted share of the remaining space after Auto and Pixel tracks are placed.