Class TextField
Editor field for display and edit text.
Properties
multiline
public bool multiline { get; set; }
allowNewline
public bool allowNewline { get; set; }
enableRichText
public bool enableRichText { get; set; }
inputElement
public VisualElement inputElement { get; }
textInput
public VisualElement textInput { get; }
textElement
public TextElement textElement { get; }
Methods
AsLabel()
public void AsLabel()
SetValueWithoutNotify(string value)
public override void SetValueWithoutNotify(string value)
SetValue(string value)
protected override void SetValue(string value)