Enum GridUnitType
GridUnitType enum is used to indicate what kind of value the GridLength is holding.
public enum GridUnitType
Fields
Auto = 0
The value indicates that content should be calculated without constraints.
Pixel = 1
The value is expressed as a pixel.
Star = 2
The value is expressed as a weighted proportion of available space.