如何获得Grid对象的绝对行高?

时间:2013-10-23 16:12:20

标签: wpf grid height row

如何获取Row对象的绝对Height Grid

如果星星的返回值?

GridLength l=grid.RowDefinitions[0].Height;
if (l.IsStar==true)
{
  //i need to convert from stars to absolute units   <---- ?
}

1 个答案:

答案 0 :(得分:1)

这将为您提供ActualHeight的{​​{1}}:

RowDefinition