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.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetBaseWritingDirectionforRange(Foundation.NSWritingDirection writingDirection, UIKit.UITextRange range);
[<Foundation.Export("setBaseWritingDirection:forRange:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetBaseWritingDirectionforRange : Foundation.NSWritingDirection * UIKit.UITextRange -> unit
override this.SetBaseWritingDirectionforRange : Foundation.NSWritingDirection * UIKit.UITextRange -> unit
Parameters
- writingDirection
- NSWritingDirection
Constant indicating layout direction.
- range
- UITextRange
A UITextRange object indicating the range of a document's text.
- Attributes