GridUnitType Enum
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Controls
How a grid row or column is sized.
public enum GridUnitType
Fields
| Name | Value | Description |
|---|---|---|
Auto | Sized to fit its content. | |
Pixel | Sized to a fixed number of pixels. | |
Star | Sized as a weighted share of the remaining space. |