Base interface for GUI components that expose a text property.
interface
|
ITextProperty
|
base of
|
ChoiceOption
|
||
ClickButton
|
|||||
InputField
|
|||||
LabelView
|
|||||
Panel
|
|||||
SwitchButton
|
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