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