Click or drag to resize

HintOverlaytext Property

The hint overlay text.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
C#
public string text { get; set; }
Request Example View Source

Property Value

Type: String
The text to be show as a hint.
Remarks
Linefeed symbols are correctly handled. Use them to make multiline content. Setting text is an expensive operation since it results in window size recalculation. Don't update it more frequently than the underlaying data does.
See Also