RowDefinition.MinHeight Property

Definition

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

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

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

Property Value

Double

double

A Double that represents the minimum allowed height. The default value is 0.

Applies to