UITextView.Text Property

Definition

This property will set the text to display, or retrieve the text that is being displayed.

public virtual string Text { [Foundation.Export("text", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setText:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Text : string with get, set

Property Value

This value can be null.

Attributes

Applies to

See also