Click or drag to resize

GuiScaledSkinguiTitleHeight Property

The dialog title height with this skin applied.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.6 (in KSPDev_Utils.2.6.dll) Version: 2.6 for KSP v1
Syntax
C#
public int guiTitleHeight { get; }
Request Example View Source

Property Value

Type: Int32
The height of the GUI dialog title.
Remarks
It's a best guess number. It's NOT the real value to be used in the GUI layout engine.
See Also