Click or drag to resize

LocalizableMessageGuiTags Class

Various values that give hints on how the messages should be presented in GUI.
Inheritance Hierarchy
SystemObject
  KSPDev.GUIUtilsLocalizableMessageGuiTags

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public class GuiTags
Request Example View Source

The LocalizableMessageGuiTags type exposes the following members.

Constructors
  NameDescription
Public methodLocalizableMessageGuiTags
Initializes a new instance of the LocalizableMessageGuiTags class
Top
Fields
  NameDescription
Public fieldmaxHeight
Maximum height of the area in GUI.
Public fieldmaxWidth
Maximum width of the area in GUI.
Public fieldminHeight
Minimum height of the area in GUI.
Public fieldminWidth
Minimum width of the area in GUI.
Top
Remarks
It's up to the caller to handle theses settings. They improve the appearance, but are not required for the proper content presentation.
See Also