Enum UIGridUnitType
Represents the unit type of a row or column.
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
public enum UIGridUnitType
Fields
| Name | Description |
|---|---|
| Auto | The row or column is auto-sized to fit its content. |
| Fraction | The row or column is sized as a weighted proportion of available space. |
| Pixel | The row or column is sized in device independent pixels. |