RowDefinition.ActualHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that represents the calculated height of the RowDefinition.
public:
property double ActualHeight { double get(); };
double ActualHeight();
public double ActualHeight { get; }
var double = rowDefinition.actualHeight;
Public ReadOnly Property ActualHeight As Double
Property Value
Double
double
A value that represents the calculated height in pixels. The default value is 0.