RowDefinition.ActualHeight Property

Definition

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.

Applies to