RowDefinition.MaxHeight Property

Definition

Gets or sets a value that represents the maximum height of a RowDefinition.

public:
 property double MaxHeight { double get(); void set(double value); };
double MaxHeight();

void MaxHeight(double value);
public double MaxHeight { get; set; }
var double = rowDefinition.maxHeight;
rowDefinition.maxHeight = double;
Public Property MaxHeight As Double
<RowDefinition MaxHeight="double"/>

Property Value

Double

double

A Double that represents the maximum height.

Applies to