GridUnitType Enumeration
Defines the valid units for a GridLength.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum GridUnitType
Public Enumeration GridUnitType
type GridUnitType
Members
Auto | 0 | The row or column is auto-sized to fit its content. |
Pixel | 1 | The row or column is sized in device independent pixels. |
Star | 2 | The row or column is sized as a weighted proportion of available space. |