TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface ITextProperty in Tinman.AddOns.GUI.Components

Base interface for GUI components that expose a text property.

interface ITextProperty base of ChoiceOption
  ClickButton
  InputField
  LabelView
  Panel
  SwitchButton

Attributes

Text

The text value.

property Text { get set }
type string
value The text value. Will be replaced with the empty string when null.

Remarks:

Defaults to the empty string ''.

See also:

StringUtil.IsEmptyOrWhitespace