Gets or sets the minimum height constraint of a
System.Windows.FrameworkElement.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property MinHeight As System.Double |
| C# | |
|---|
public System.double MinHeight {get; set;} |
Property Value
The minimum height of the object, in pixels. The default is 0. This value can be any value equal to or greater than 0. However,
System.Double.PositiveInfinity is not valid.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also