Share via


IUITextInput.EndOfDocument Property

Definition

The position of text indicating the beginning of a document.

[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UITextPosition EndOfDocument { [Foundation.Export("endOfDocument")] get; }
[<Foundation.RequiredMember>]
[<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.

Attributes

Applies to