4 references to Auto
Microsoft.Maui (4)
Layouts\GridLayoutManager.cs (1)
1192
GridUnitType.
Auto
=> GridLengthType.Auto,
Primitives\GridLength.cs (3)
15
public static readonly GridLength Auto = new GridLength(1, GridUnitType.
Auto
);
35
get { return GridUnitType == GridUnitType.
Auto
; }
54
if ((int)type < (int)GridUnitType.Absolute || (int)type > (int)GridUnitType.
Auto
)