| DropDownButtonMaxDropDownHeight Property |
Gets or sets the maximal height of the
DropDown in pixels.
This is a game object property.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public float MaxDropDownHeight { get; set; }
Public Property MaxDropDownHeight As Single
Get
Set
public:
property float MaxDropDownHeight {
float get ();
void set (float value);
}
member MaxDropDownHeight : float32 with get, set
Property Value
Type:
Single
The maximal height of the
DropDown in pixels.
See Also