int GUIControl.Height;
Gets/sets the height of the GUI control. This allows you to dynamically
resize GUI controls while the game is running.
Applies To
Inherited by the Button, InvWindow, Label, ListBox, Slider and TextBox.
Example:
btnConfirm.Height = 20;
makes the btnConfirm button 20 pixels high.
See Also: GUIControl.SetSize,
GUIControl.Width
|