UITextField.GetPositionWithinRange(UITextRange, UITextLayoutDirection) Method

Definition

Returns the furthest position possible in the visible text.

[Foundation.Export("positionWithinRange:farthestInDirection:")]
public virtual UIKit.UITextPosition GetPositionWithinRange (UIKit.UITextRange range, UIKit.UITextLayoutDirection direction);
abstract member GetPositionWithinRange : UIKit.UITextRange * UIKit.UITextLayoutDirection -> UIKit.UITextPosition
override this.GetPositionWithinRange : UIKit.UITextRange * UIKit.UITextLayoutDirection -> UIKit.UITextPosition

Parameters

range
UITextRange

A range of text in the document.

direction
UITextLayoutDirection

The direction of the layout.

Returns

Implements

Attributes

Applies to