Gets or sets the maximum height constraint of the element.
Syntax
'Declaration
Public Property MaxHeight As Double
public double MaxHeight {get; set;}
Property Value
The maximum height of the element, in device-independent units (1/96th inch per unit). The default value is
System.Double.PositiveInfinity. This value can be any value equal to or greater than 0.0.
System.Double.PositiveInfinity is also valid.
See Also