RowDefinition.ActualHeight Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that represents the calculated height of the RowDefinition.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.DoubleA Double that represents the calculated height in logical pixels. The default value is 0.
When you use these values, the MinHeight value takes precedence over the MaxHeight value, which in turn takes precedence over the Height value.
When you add or remove rows or columns, the ActualWidth for all ColumnDefinition elements and the ActualHeight of all RowDefinition elements become zero until Measure is called.