3 references to Star
Microsoft.Maui (3)
Layouts\GridLayoutManager.cs (3)
1167 public bool IsColumnSpanStar => HasFlag(ColumnGridLengthType, GridLengthType.Star); 1168 public bool IsRowSpanStar => HasFlag(RowGridLengthType, GridLengthType.Star); 1191 GridUnitType.Star => GridLengthType.Star,