Share via


UITextView.Text Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? Text { [Foundation.Export("text", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setText:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("text", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setText:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.Text : string with get, set

Property Value

Attributes

Applies to