Click or drag to resize

HintOverlaytext Property

The hint overlay text.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
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 underlying data does.
See Also