GridUnitType Enumeration

Defines the valid units for a GridLength.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
C#
public enum GridUnitType

Members

Auto0 The row or column is auto-sized to fit its content.
Pixel1 The row or column is sized in device independent pixels.
Star2 The row or column is sized as a weighted proportion of available space.

See Also