Gets or sets the minimal height of the control.
This is a game object property.
Namespace: DigitalRune.Game.UI.ControlsAssembly: 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); } |