UITextField.SetBaseWritingDirectionforRange Method

Definition

Sets the writing direction for a given range of text.

[Foundation.Export("setBaseWritingDirection:forRange:")]
public virtual void SetBaseWritingDirectionforRange (UIKit.UITextWritingDirection writingDirection, UIKit.UITextRange range);
abstract member SetBaseWritingDirectionforRange : UIKit.UITextWritingDirection * UIKit.UITextRange -> unit
override this.SetBaseWritingDirectionforRange : UIKit.UITextWritingDirection * UIKit.UITextRange -> unit

Parameters

writingDirection
UITextWritingDirection

The writing direction.

range
UITextRange

The range of text in the document.

Implements

Attributes

Applies to