UITextView.GetPositionWithinRange(UITextRange, UITextLayoutDirection) Metodo

Definizione

Restituisce la posizione più lontano possibile nel testo visibile.

[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

Parametri

range
UITextRange

Intervallo di testo nel documento.

direction
UITextLayoutDirection

Direzione del layout.

Restituisce

Implementazioni

Attributi

Si applica a