[]
GridUnitType enum is used to indicate what kind of value the GridLength is holding.
public enum GridUnitType
Name | Description |
---|---|
Auto | The value indicates that content should be calculated without constraints. |
Pixel | The value is expressed as a pixel. |
Star | The value is expressed as a weighted proportion of available space. |