Skip to main content

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

NameValueDescription
AutoSized to fit its content.
PixelSized to a fixed number of pixels.
StarSized as a weighted share of the remaining space.