Skip to content

UITextArea.Text Property

Definition

Namespace: Brine2D.UI

Current text value. Lines are separated by '\n'.

C#
public string Text { get; set; }

Property Value

System.String