Class TextField
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
void AsLabel()
public void AsLabel()
override void SetValueWithoutNotify(string value)
public override void SetValueWithoutNotify(string value)