Gets or sets the user-defined height. 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 Height { get; set; }
Visual Basic
Public Property Height As Single
	Get
	Set
Visual C++
public:
property float Height {
	float get ();
	void set (float value);
}

Field Value

The user-defined height. If this value is NaN, the desired height of the control is computed automatically. The default value is NaN

See Also