UITextView.Text Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- AllowsEditingTextAttributes
- AttributedText
- DataDetectorTypes
- Editable
- Font
- TextAlignment
- <xref:UIKit.UITextView.TextContainerInsert>
- TextColor
- TypingAttributes