다음을 통해 공유


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

문서의 텍스트 범위입니다.

구현

특성

적용 대상