Share via


UITextView.EndOfDocument Property

Definition

The position of text indicating the beginning of a document.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UITextPosition EndOfDocument { [Foundation.Export("endOfDocument")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("endOfDocument")>]
member this.EndOfDocument : UIKit.UITextPosition

Property Value

Gets the end of the document.

Implements

Attributes

Applies to