共用方式為


UITextField.SetBaseWritingDirectionforRange 方法

定義

設定指定文字範圍的書寫方向。

[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

參數

writingDirection
UITextWritingDirection

書寫方向。

range
UITextRange

檔中的文字範圍。

實作

屬性

適用於