Gets or sets the minimal height of the control. This is a game object property.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.1.0.0 (1.1.1.9392)

Syntax

C#
public float MinHeight { get; set; }
Visual Basic
Public Property MinHeight As Single
	Get
	Set
Visual C++
public:
property float MinHeight {
	float get ();
	void set (float value);
}

Field Value

The minimal height of the control.

See Also