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