RowDefinition.MinHeight 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 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.