IUITextInput.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 a base directon for writing in the specified range of text.
[Foundation.Export("setBaseWritingDirection:forRange:")]
[Foundation.Preserve(Conditional=true)]
public void SetBaseWritingDirectionforRange (UIKit.UITextWritingDirection writingDirection, UIKit.UITextRange range);
abstract member SetBaseWritingDirectionforRange : UIKit.UITextWritingDirection * UIKit.UITextRange -> unit
Parameters
- writingDirection
- UITextWritingDirection
Constant indicating layout direction.
- range
- UITextRange
A UITextRange object indicating the range of a document's text.
- Attributes