Table of Contents

Enum GridUnitType

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

Defines the valid units for a GridLength.

public enum GridUnitType

Fields

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.