UITextField.SetBaseWritingDirectionforRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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