Share via


UITextView.BeginningOfDocument Property

Definition

The position of text indicating the beginning of a document.

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

Property Value

Gets the beginning of the document.

Implements

Attributes

Applies to