LINQ Wybierz Max Wartość z listy
var item = items.MaxBy(x => x.Height);
Nahoko
var item = items.MaxBy(x => x.Height);