GridUnitType
How a
GridLength is interpreted by the grid layout.- Kind: Enum
- Namespace: SkeleKit
- Implements:
IComparable,IConvertible,IFormattable,ISpanFormattable
Values
| Name | Summary |
|---|---|
Auto | Size to the content of the row or column (the largest child's desired size). |
Pixel | A fixed size in points. |
Star | A weighted share of the remaining space after Auto and Pixel tracks are placed. |