UIResponder.MakeTextWritingDirectionLeftToRight(NSObject) Method

Definition

Sets the direction in which text is written to be left-to-right.

[Foundation.Export("makeTextWritingDirectionLeftToRight:")]
public virtual void MakeTextWritingDirectionLeftToRight (Foundation.NSObject sender);
abstract member MakeTextWritingDirectionLeftToRight : Foundation.NSObject -> unit
override this.MakeTextWritingDirectionLeftToRight : Foundation.NSObject -> unit

Parameters

sender
NSObject

Object calling this method.

This parameter can be null.

Attributes

Applies to