UIResponder.MakeTextWritingDirectionRightToLeft(NSObject) Method

Definition

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

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

Parameters

sender
NSObject

Object calling this method.

This parameter can be null.

Attributes

Applies to